get_midday_list: Extracting the list of midday images for PhenoCam sites

Description Usage Arguments Value Examples

View source: R/get_midday_list.R

Description

Extracting the list of midday images for PhenoCam sites

Usage

1
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

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

phenocamapi documentation built on May 21, 2019, 1:02 a.m.