get_midday_list: Extracting the list of midday images for PhenoCam sites

View source: R/get_midday_list.R

get_midday_listR Documentation

Extracting the list of midday images for PhenoCam sites

Description

Extracting the list of midday images for PhenoCam sites

Usage

get_midday_list(site, direct = TRUE)

Arguments

site

a character string of the PhenoCam site name

direct

logical value indicating whether obtain the list from directly from the API or from the file on the server, default is TRUE

Value

a vetor of URL's to the midday images for a given site

Examples


midday_url <- get_midday_list('dukehw', direct = FALSE)
head(midday_url)


bnasr/phenocamapi documentation built on Sept. 3, 2022, 4:53 p.m.