Description Usage Arguments Value See Also
Turn a collection of R expressions into 
a named character vector of R commands readable by plan_workflow. 
These commands are to generate datasets, analyze
datasets, etc. You must specify the names of the fields.
For example, write commands(x = data(y), z = 3) instead of 
commands(x, z) or commands(data(y), 3)
1  | 
... | 
 Named commands  | 
the datasets, analyses, summaries, aggregates,
or output argument to plan_workflow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.