get_config: Retrieve stored VALD configuration

View source: R/config.R

get_configR Documentation

Retrieve stored VALD configuration

Description

Returns the configuration list previously set by set_credentials(). If credentials have not been set, this function will raise an error.

Usage

get_config(safe = TRUE, quiet = FALSE)

Arguments

safe

Logical; if TRUE (default), sensitive values are redacted in printed output (only when not quiet).

quiet

Logical; if TRUE, suppresses printed output (default FALSE).

Value

A named list containing the stored VALD configuration values for the current user. Sensitive values are redacted when printed with safe = TRUE. Returned invisibly.


valdr documentation built on Aug. 8, 2025, 7:34 p.m.

Related to get_config in valdr...