Description Usage Arguments Value Examples
List saved nlStats
1 | listSavedNlStats(nlStatNames = NULL, detail = FALSE)
|
nlStatNames |
character The signatures of the nlStats to retrieve |
detail |
logical Whether to print out the whole saved nlStat including the signature, body, arguments and hash |
list A list of lists representing the saved nlStats
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | listSavedNlStats("sum()")
#returns
#"sum()"
listSavedNlStats("sum()", detail = TRUE)
#returns
#$`sum()`
#$`sum()`$nlStatBody
#function (..., na.rm = FALSE) .Primitive("sum")
#
#$`sum()`$nlStatArgs
#[1] ""
#
#$`sum()`$nlStatHash
#[1] "f0fbe35d81578311ba8f362137832e779b7b4f39"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.