get_config {valdr}R 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

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

quiet

If TRUE, no printed output is shown (default is FALSE).

Value

A named list containing the stored VALD configuration values for the current user. Sensitive values are redacted. Returned invisibly.


[Package valdr version 1.0.0 Index]