getExif {FlickrAPI} | R Documentation |
Get EXIF data for a Flickr photo.
Description
Return a data of EXIF data for a given photo. The calling user must have permission to view the photo.
Usage
getExif(api_key = NULL, photo_id = NULL)
get_exif(api_key = NULL, photo_id = NULL)
Arguments
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 |
Value
This function returns a data frame of EXIF information of given photograph
Examples
## Not run:
getExif(api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id = "45961963324")
## End(Not run)
[Package FlickrAPI version 0.1.0.1 Index]