View source: R/get_midday_list.R
get_midday_list | R Documentation |
Extracting the list of midday images for PhenoCam sites
get_midday_list(site, direct = TRUE)
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 |
a vetor of URL's to the midday images for a given site
midday_url <- get_midday_list('dukehw', direct = FALSE) head(midday_url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.