rr_auth: Store provided API key into Environment Variable

Description Usage Arguments Details Examples

View source: R/rr_auth.R

Description

This function stores the provided API key as argument in to an environment variable SHERPAROMEO_KEY for further use by other rromeo functions.

Usage

1
rr_auth(key)

Arguments

key

[character(1)]
A string giving the API key to save into the environment

Details

For more information regarding API keys, please refer to dedicated vignette with the following command vignette("setting_up_api_key", package = "rromeo")

Examples

1
2
3
4
## Not run: 
rr_auth("Iq83AIL5bss")

## End(Not run)

rromeo documentation built on March 13, 2020, 9:08 a.m.