parse_pipeline: Pipeline parser helper function that returns a list of names...

Description Usage Arguments Value See Also

View source: R/debug_pipeline.R

Description

Pipeline parser helper function that returns a list of names and calls

Usage

1
parse_pipeline(pipeline, names, ...)

Arguments

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 split_pipeline

Value

A list with names and calls elements. The names element contains data and assign sub-elements.

See Also

split_pipeline, burst_pipes


alistaire47/pipecleaner documentation built on April 21, 2020, 1:29 a.m.