View source: R/save_function.R
save_process | R Documentation |
Save function without saving all of the global environment
save_process(fun, checkwith, params = NULL)
fun |
A data preparation function with first argument |
checkwith |
is a an object used only for checking that the function does not depend on items in the global environment |
params |
A named list of any parameters that specify the transformation that fun performs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.