Learn R Programming

FlickrAPI (version 0.1.0.1)

getExif: 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)

Value

This function returns a data frame of EXIF information of given photograph

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

Examples

Run this code
if (FALSE) {
getExif(api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id = "45961963324")
}

Run the code above in your browser using DataLab