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

list_roisR Documentation

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)

Arguments

out_dir

output directory (default = tempdir())

internal

TRUE or FALSE (default = TRUE)

Value

A data frame with ROIs for all available cameras

Examples


## Not run: 
# download the site meta-data
df <- list_rois()

## End(Not run)

phenocamr documentation built on July 21, 2022, 1:06 a.m.