pipe_get_data | R Documentation |
Get the data set for the pipeline
pipe_get_data(pip)
pip |
|
the output defined in the data
step, which by default is
the first step of the pipeline
p <- pipe_new("pipe", data = 1:2)
pipe_get_data(p)
pipe_set_data(p, 3:4)
pipe_get_data(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.