setFlickrAPIKey | R Documentation |
Set and get a Flickr API key to/from environment variables.
Get Flickr API key from environment variables
setFlickrAPIKey(api_key, overwrite = FALSE, install = FALSE) set_flickr_api_key(api_key, overwrite = FALSE, install = FALSE) getFlickrAPIKey(api_key = NULL) get_flickr_api_key(api_key = NULL)
api_key |
Flickr API key |
overwrite |
If 'TRUE', overwrite existing token; Default: 'FALSE' |
install |
If 'TRUE', install token for use in future sessions; Default: 'FALSE' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.