Get the data set for the pipeline
Lifecycle
Deprecated. Legacy API. Use pip_new() and
related pip_* functions.
Examples
p <- pipe_new("pipe", data = 1:2)
pipe_get_data(p)
#> [1] 1 2
pipe_set_data(p, 3:4)
pipe_get_data(p)
#> [1] 3 4
Get the data set for the pipeline
Deprecated. Legacy API. Use pip_new() and
related pip_* functions.
p <- pipe_new("pipe", data = 1:2)
pipe_get_data(p)
#> [1] 1 2
pipe_set_data(p, 3:4)
pipe_get_data(p)
#> [1] 3 4