Description Usage Arguments Value Examples
View source: R/processing_template.R
Add a new processing_step
1 2 3 4 |
... |
further arguments passed to or from other methods(not currenctly used). |
x |
A |
fun |
either a function or a non-empty character string naming the function to be called. |
arglist |
a list of arguments to the function call. The names attribute of args gives the argument names. |
name |
A string description of the step |
id |
An id associated with the step. Will be converted to a unique id. |
A list-like object storing processing steps.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.