Learn R Programming

FlickrAPI (version 0.1.0.0)

getExif: Returns a data of EXIF data for a given photo.

Description

Return a data of EXIS data for a given photo. The calling user must have permission to view the photo.

Usage

getExif(api_key, photo_id)

Arguments

api_key

Your API application key

photo_id

The id of the photo to fetch information for

Value

This function returns a dataframe of Exif information of given photograph

Examples

Run this code
# NOT RUN {
  getExif(api_key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id="45961963324")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab