download_midday_images | R Documentation |
Downloading the midday images for PhenoCam sites given a time range
download_midday_images(site, y = year(Sys.Date()), months = 1, days = 1, download_dir)
site |
a character string, the PhenoCam site name |
y |
integer numeric, the year for which midday images are downloaded |
months |
a vector of integer numeric, months for which midday images are downloaded |
days |
a vector of integer numeric, days for which midday images are downloaded |
download_dir |
a character string, path to directory where images are downloaded |
a character string, path to directory where images are downloaded
download_dir <- download_midday_images('dukehw', y = 2018, months = 2, days=1, download_dir= tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.