getExif | R Documentation |
Return a data of EXIF data for a given photo. The calling user must have permission to view the photo.
getExif(api_key = NULL, photo_id = NULL) get_exif(api_key = NULL, photo_id = NULL)
api_key |
Flickr API key. If api_key is 'NULL', the function uses [getFlickrAPIKey()] to use the environment variable "FLICKR_API_KEY" as the key. |
photo_id |
The id of the photo to fetch information for |
This function returns a data frame of EXIF information of given photograph
## Not run: getExif(api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id = "45961963324") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.