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, secret = NULL) get_exif(api_key = NULL, photo_id = NULL, secret = NULL)
api_key |
Flickr API key. If api_key is |
photo_id |
The id of the photo to fetch EXIF information for. |
secret |
The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret. |
A data.frame with EXIF information for an image with the provided photo_id.
Flickr API Documentation: flickr.photos.getExif
## Not run: getExif( api_key = get_flickr_api_key(), photo_id = "45961963324" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.