Description Usage Arguments Value Examples
Convert a signature into an nlStat
1 |
nlStatSignature |
character The signature of an nlStat |
named character An nlStat
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | nlSignature <- "sum(na.rm=T)"
Rnightlights:::nlSignatureStat(nlStatSignature = nlSignature)
#returns an nlStat list
#[[1]]
#[[1]][[1]]
#[1] "sum"
#
#[[1]][[2]]
#[1] "na.rm=TRUE"
#
#list structure
#List of 1
#$ :List of 2
#..$ : chr "sum"
#..$ : chr "na.rm=TRUE"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.