getExif: Get EXIF data for a Flickr photo.

View source: R/getExif.R

getExifR 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)


FlickrAPI documentation built on July 11, 2022, 5:06 p.m.