Learn R Programming

valdr (version 1.0.0)

load_credentials: Load Stored VALD API Credentials and Configuration

Description

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

Usage

load_credentials()

Arguments

Value

A logical scalar (TRUE or FALSE), returned invisibly, indicating whether the saved credentials and configuration were loaded successfully. Called primarily for side effects.

Details

This function is automatically called on package load if a saved configuration file exists.