load_credentials {valdr} | R Documentation |
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()
Details
This function is automatically called on package load if a saved configuration file exists.
Value
A logical scalar (TRUE or FALSE), returned invisibly, indicating whether the saved credentials and configuration were loaded successfully. Called primarily for side effects.
[Package valdr version 1.0.0 Index]