flag.name_value | R Documentation |
Returns the name and its value, if its not FALSE.
flag.name_value(toggle, Separator = "_")
toggle |
Binary variable |
Separator |
Separator, Default: '_' |
Xseed <- 1212
p <- list()
p$"seed" <- 1212
flag.name_value(Xseed)
flag.name_value(p$"seed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.