Description Usage Arguments Value Examples
Save an nlStat function to the persistent storage so that it can be retrieved and reused later even if the user no longer has its definition. Especially useful when saving the results from an nlStat so that the function used to retrieve the data is always available.
1 |
nlStat |
character An nlStat |
logical Whether the process was successful
1 2 3 | nlStat <- list("sum", "na.rm=TRUE")
saveNlStat(nlStat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.