Amend golem config file
amend_golem_config(
key,
value,
config = "default",
pkg = golem::pkg_path(),
talkative = TRUE
)
key of the value to add in config
Name of value (NULL
to read all values)
Name of configuration to read from. Defaults to
the value of the R_CONFIG_ACTIVE
environment variable
("default" if the variable does not exist).
Path to the root of the package. Default is get_golem_wd()
.
Should the messages be printed to the console?
Used for side effects.