powered by
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)
get_exif(api_key = NULL, photo_id = NULL)
This function returns a data frame of EXIF information of given photograph
Flickr API key. If api_key is `NULL`, the function uses [getFlickrAPIKey()] to use the environment variable "FLICKR_API_KEY" as the key.
The id of the photo to fetch information for
if (FALSE) { getExif(api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id = "45961963324") }
Run the code above in your browser using DataLab