Skip to contents

Gets the RSpace API key from the RSPACE_API_KEY environment variable. See set_api_key() on how to set it.

Usage

get_api_key()

See also

Examples

# \donttest{
get_api_key()
#> Error in get_api_key(): Please set env var `RSPACE_API_KEY` to your RSpace API key
#> See `rspacer::set_api_key()` for more information.
# }