Skip to contents

Amend golem config file

Usage

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

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).

golem_wd

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

talkative

Should the messages be printed to the console?

pkg

Deprecated, please use golem_wd instead

Value

Used for side effects.