scythe_get_key: Get API secret for a key source.

View source: R/scythe_get_key.R

scythe_get_keyR Documentation

Get API secret for a key source.

Description

Look for API keys for services, which are represented as character strings.

Usage

scythe_get_key(source)

Arguments

source

the name of the source service to look up

Details

Secrets are typically stored in a keyring named "scythe" (see the keyring package), or, alternatively, in an environment variable with a name identical to "source".

Value

character the secret value, or NA if not set

Examples

## Not run: 
scythe_get_key("scopus_key")

## End(Not run)

DataONEorg/scythe documentation built on June 15, 2025, 6:23 a.m.