Description Usage Arguments Value
View source: R/utilities_func.R
A function which can be called in the middle of pipe pipelines to optionally print a comment at that step. Reliant on either an object called running_mode, or a config variable of the same name
Intended to be used in function with:
a) lots of piped steps abstracted as functions, which need some labelling.
b) lots of piped steps which are prone to failure, as a means to identifying where in a pipeline a failure occured.
1 |
input |
The data flow as it would go into the next step |
comment |
The comment to print when prompted |
The same data flow, unchanged
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.