.remove.sticky.vars | R Documentation |
Remove variables to keep from a list of candidates for removal
.remove.sticky.vars(names, keep)
names |
character vector of variable names that are candidate for removal |
keep |
character vector of variable names that should not be removed |
If the sticky_variables
option is part of the config
variable the config
variable itself is added to the list of variables
to keep. Also all variables listed in config$sticky_variables
in a
comma separated list are added to keep.
A character vector containing the variables to remove.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.