Description Usage Arguments Value See Also
View source: R/debug_pipeline.R
Pipeline parser helper function that returns a list of names and calls
1 | parse_pipeline(pipeline, names, ...)
|
pipeline |
A pipeline. Can be an unquoted or quoted expression, or a character vector of code. If missing, uses the text highlighted in RStudio's source editor. |
names |
A character vector of names to be used for intermediary assignment of a length equal to that of the number of top-level calls in the pipeline. |
... |
Passed to |
A list with names and calls elements. The names element
contains data and assign sub-elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.