pipeline: Pipeline function

Description Usage Arguments Value Examples

Description

Creates a pipeline object to save data transformation logic. The expression is either a named function or user defined function

Usage

1
pipeline(expr = identity, desc = "", uid = random_string("pipe"))

Arguments

expr

pipeline function. default is identity function

desc

optional description input

uid

A character string used to uniquely identify the pipeline

Value

pipeline object with expression stored

Examples

1
2
3
 
# basic pipeline
pipeline()

chrishaarstick/madutils documentation built on May 6, 2019, 4:31 p.m.