get_global_setting: Get Global Configuration Setting

View source: R/configure.R

get_global_settingR Documentation

Get Global Configuration Setting

Description

Retrieve a specific setting from the global configuration file (~/.frameworkrc.json). This is a helper function primarily for use by the CLI script.

Usage

get_global_setting(key, default = "", print = TRUE)

Arguments

key

Character. The setting key to retrieve (e.g., "defaults.ide", "author.name")

default

Character. Default value if setting is not found (default: "")

print

Logical. If TRUE, prints the value (for bash consumption). Default TRUE.

Value

The setting value as a character string


framework documentation built on Feb. 18, 2026, 1:07 a.m.