Description Usage Arguments Value
Input path to PipR pipeline, creates a config environment that PipR steps use by default, and outputs the list of PipR steps with neat names.
1 | parse_pipe(path)
|
path |
Output is divided into two parts. Part one creates the environment
.PipR_Env
filled with the entries specified by config. Part two
returns a list object with two sections - .$steps
and .$checks
.
parse_pipe()
also assigns the correct names to sections so pipe()
can read it properly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.