Amend golem config file

amend_golem_config(
  key,
  value,
  config = "default",
  pkg = golem::pkg_path(),
  talkative = TRUE
)

Arguments

key

key of the value to add in config

value

Name of value (NULL to read all values)

config

Name of configuration to read from. Defaults to the value of the R_CONFIG_ACTIVE environment variable ("default" if the variable does not exist).

pkg

Path to the root of the package. Default is get_golem_wd().

talkative

Should the messages be printed to the console?

Value

Used for side effects.