view_photos: Browse photo queries in your default browser.

View source: R/ee_browse_photos.R

view_photosR Documentation

Browse photo queries in your default browser.

Description

Browse photo queries in your default browser.

Usage

view_photos(input = NULL, output = NULL, browse = TRUE)

Arguments

input

Input, usually output from a call to ee_photos

output

Path and file name for output file. If NULL, a temp file is used.

browse

Browse file in your default browse immediately after file creation. If FALSE, the file is written, but not opened.

Examples

# view_photos(ee_photos())
# Pictures of racoons
# view_photos(ee_photos(scientific_name = "Procyon lotor", quiet = TRUE))
# or the California Condor
# view_photos(ee_photos(scientific_name = "Gymnogyps californianus", quiet = TRUE))

ropensci/ecoengine documentation built on Sept. 29, 2022, 1:02 p.m.