Checks whether a valid value is stored in the PLUTO_API_TOKEN
environment
variable.
Usage
pluto_is_logged_in(return_key = FALSE)
Arguments
- return_key
Boolean, print the API key
Value
TRUE
if a valid API key is in the environment. If return_key=T
, the API
token will be printed to the console.
FALSE
if a valid API key is not in the environment.