config | R Documentation |
Getters and setters for various injector configurations.
root_config
paths_config
maps_config
A list of getters and setters for a configuration.
unset() set(..., drop = TRUE) get(key) get_all()
An object of class list
of length 4.
An object of class list
of length 4.
An object of class list
of length 4.
...
A (named) list of options.
key
A string (character vector of length one).
drop
A flag. Should previous options be dropped and replaced?
define
, get_configs
, and reset
.
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.