get_photoinfo: Get metadata for a single photo

Description Usage Arguments Details Value See Also Examples

View source: R/get_photoinfo.R

Description

Returns image metadata for a single photograph.

Usage

1
get_photoinfo(photo_id = NULL)

Arguments

photo_id

Character, required. The id of the photo to get information for.

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

Dataframe of information on given image

See Also

Other Get data for known photograph: download_images, get_exif

Examples

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

## End(Not run)

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