getPhotoInfo | R Documentation |
R access to photo information of photos posted on Flickr via Flickr API.
getPhotoInfo( api_key = NULL, photo_id, output = c("location", "date", "url", "tags") ) get_photo_info( api_key = NULL, photo_id, output = c("location", "date", "url", "tags") )
api_key |
Flickr API key. If api_key is |
photo_id |
The id of the photo to get information for. |
output |
Output data type. Supported options include "all", "location",
"date", "url" or "tags". If |
This function returns data of specific photo's information.
Flickr API Documentation: flickr.photos.getInfo
## Not run: getPhotoInfo( api_key = get_flickr_api_key(), photo_id = "30484882493", output = "location" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.