Description Usage Arguments Value Examples
Get the arguments passed to an nlStat when specifying it
1 |
nlStat |
the name of the nlStat to process |
named character A vector of arguments passed to the nlStat
1 2 3 4 5 | nlStat <- list("sum", "na.rm=TRUE")
Rnightlights:::nlStatArgs(nlStat = nlStat)
#returns "na.rm=TRUE"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.