| set_api_key | R Documentation |
This function manually sets or resets the API key. It is mostly useful for
updating your key as all API function calls will ask for a key and store
it locally and in ~/.Renviron any time they do not find one.
set_api_key(api_key)
api_key |
a new API key |
Nothing