get_golem_config: Read App Configuration

View source: R/app_config.R

get_golem_configR Documentation

Read App Configuration

Description

Read App Configuration

Usage

get_golem_config(
  value,
  config = Sys.getenv("GOLEM_CONFIG_ACTIVE", Sys.getenv("R_CONFIG_ACTIVE", "default")),
  use_parent = TRUE
)

Arguments

value

Value to retrieve from the configuration file.

config

GOLEM_CONFIG_ACTIVE value. If unset, R_CONFIG_ACTIVE. If unset, "default".

use_parent

Logical, scan the parent directory for configuration file.


NCC-CNC/wheretowork documentation built on Feb. 27, 2025, 6:11 p.m.