Learn R Programming

phenocamr (version 1.1.5)

list_rois: List all site regions-of-interst (ROIs)

Description

The ROI list can be helpful in determining which time series to download using `download_phenocam()`.

Usage

list_rois(out_dir = tempdir(), internal = TRUE)

Value

A data frame with ROIs for all available cameras

Arguments

out_dir

output directory (default = tempdir())

internal

TRUE or FALSE (default = TRUE)

Examples

Run this code

if (FALSE) {
# download the site meta-data
df <- list_rois()
}

Run the code above in your browser using DataLab