amend_golem_config {golem} | R Documentation |
Amend golem config file
Description
Amend golem config file
Usage
amend_golem_config(
key,
value,
config = "default",
pkg = golem::pkg_path(),
talkative = TRUE
)
Arguments
key |
key of the value to add in |
value |
Name of value ( |
config |
Name of configuration to read from. Defaults to
the value of the |
pkg |
Path to the root of the package. Default is |
talkative |
Should the messages be printed to the console? |
Value
Used for side effects.
[Package golem version 0.4.1 Index]