parse_pipe: parse_pipe

Description Usage Arguments Value

View source: R/parser.R

Description

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.

Usage

1
parse_pipe(path)

Arguments

path

Value

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.


christiantillich/PipR documentation built on Feb. 27, 2020, 7:52 p.m.