Description Usage Arguments Value Examples
Creates a pipeline object to save data transformation logic. The expression is either a named function or user defined function
1 | pipeline(expr = identity, desc = "", uid = random_string("pipe"))
|
expr |
pipeline function. default is identity function |
desc |
optional description input |
uid |
A character string used to uniquely identify the pipeline |
pipeline object with expression stored
1 2 3 |
# basic pipeline
pipeline()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.