Description Usage Format Arguments See Also Examples
Getters and setters for various injector configurations.
1 2 3 4 5 |
A list of getters and setters for a configuration.
1 2 3 4 5 |
...A (named) list of options.
keyA string (character vector of length one).
dropA flag. Should previous options be dropped and replaced?
define, get_configs, and reset.
1 2 3 4 5 6 7 8 | reset()
root_config$get_all()
root_config$unset()
root_config$get_all()
root_config$set(c("my_modules"))
root_config$get_all()
root_config$set(c("my_great_modules"), drop = FALSE)
root_config$get_all()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.