phenocamapi (version 0.1.4)

download_midday_images: Downloading the midday images for PhenoCam sites given a time range

Description

Downloading the midday images for PhenoCam sites given a time range

Usage

download_midday_images(site, y = year(Sys.Date()), months = 1,
  days = 1, download_dir)

Arguments

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

Value

a character string, path to directory where images are downloaded

Examples

Run this code
# NOT RUN {
download_dir <- download_midday_images('dukehw',
 y = 2018,
 months = 2,
 days=1,
 download_dir= tempdir())

# }

Run the code above in your browser using DataCamp Workspace