load_credentials: Load Stored VALD API Credentials and Configuration (with...

View source: R/config.R

load_credentialsR Documentation

Load Stored VALD API Credentials and Configuration (with retry logic)

Description

Loads the saved VALD API configuration from the user's config file and retrieves sensitive credentials securely from the system keyring.

Usage

load_credentials(verbose = TRUE)

Arguments

verbose

Logical; if TRUE, prints messages on load status (default FALSE).

Value

Invisibly returns TRUE if credentials and configuration were loaded successfully, FALSE otherwise.


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