Skip to contents

Uses keyring to securely store API tokens (e.g. REDCap) in your operating system's credential vault.

Usage

bhhi_store_token(token_name)

Arguments

token_name

Name of the token, a string

Examples

if (FALSE) { # interactive()
bhhi_store_token("REDCAP_API_TOKEN")
}