Learn R Programming

valdr (version 1.0.1)

load_credentials: 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)

Value

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

Arguments

verbose

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