The ROI list can be helpful in determining which time series to download using `download_phenocam()`.
list_rois(out_dir = tempdir(), internal = TRUE)
output directory (default = tempdir())
TRUE or FALSE (default = TRUE)
A data frame with ROIs for all available cameras
if (FALSE) {
# download the site meta-data
df <- list_rois()
}