get_exif: Get Exif data

Description Usage Arguments Details Value See Also Examples

View source: R/get_exif.R

Description

Returns Exchangeable image file format data for a single photograph. For more information on how Exif data differs from metadata see: https://www.flickr.com/services/api/flickr.photos.getExif.html

Usage

1
get_exif(photo_id = NULL)

Arguments

photo_id

Id of photograph

Details

When running the function you need an API key saved as photosearcher_key.sysdata in your working directory. If this is the first function you run you will be prompted to create and enter your API key. The API key will then be saved as photosearcher_key.sysdata in your working directory and is used for all function.

Value

A dataframe of "exchangeable image file format" information for the given photograph

See Also

Other Get data for known photograph: download_images, get_photoinfo

Examples

1
2
3
4
## Not run: 
get_exif(photo_id = 48704764812)

## End(Not run)

nfox29/photosearcher documentation built on April 27, 2020, 10:34 p.m.