Description Usage Value Warning Author(s) See Also Examples
View source: R/api_structure.R
Function to get the previously saved API key. It has the
advantage that it is not necessary to explicitly publish the key in the
users code. Just do it one time and you're set. To save an API, use the
save_api_key
function. To remove a previously saved key, use
the remove_api_key
function.
1 |
Returns the saved API key in the environment. If no API key has been
saved, returns NULL
value.
Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.
Matthias Brenninkmeijer - https://github.com/matbmeijer
1 2 3 4 5 6 | ## Not run:
get_api_key(type="genderize")
get_api_key(type="agify")
get_api_key(type="nationalize")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.