dot-onLoad: Package load hook for VALD API credentials

.onLoadR Documentation

Package load hook for VALD API credentials

Description

.onLoad() initialises the internal package environment and attempts to load previously saved VALD API credentials and configuration.

Usage

.onLoad(libname, pkgname)

Arguments

libname

The name of the package library (automatically provided)

pkgname

The name of the package (automatically provided)

Details

If a configuration file exists, this function tries to load the stored credentials. It defers messaging until .onAttach() to comply with CRAN policies.


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

Related to dot-onLoad in valdr...