Learn R Programming

golem (version 0.1)

set_golem_options: golem options

Description

Set a series of options to be used internally by {golem}.

Usage

set_golem_options(golem_name = pkgload::pkg_name(),
  golem_version = pkgload::pkg_version(),
  golem_wd = pkgload::pkg_path(), app_prod = FALSE)

Arguments

golem_name

Name of the current golem.

golem_version

Version of the current golem.

golem_wd

Working directory of the current golem package.

app_prod

Is the {golem} in prod mode?