Learn R Programming

ecoengine (version 1.12.0)

view_photos: 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

Run this code
# NOT RUN {
# 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))
# }

Run the code above in your browser using DataLab