phenocamapi (version 0.1.2)

get_midday_list: 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

Run this code
# NOT RUN {
midday_url <- get_midday_list('dukehw', direct = FALSE)
head(midday_url)

# }

Run the code above in your browser using DataLab