Skip to contents

Returns image metadata for a single photograph.

Usage

get_photoinfo(photo_id = NULL)

Arguments

photo_id

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

Value

Dataframe of information on given image

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.

See also

Other Get data for known photograph: download_images(), get_exif()

Examples

if (FALSE) {
get_photoinfo(photo_id = 48704764812)
}