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

Description Usage Arguments Value Examples

View source: R/download_midday_images.R

Description

Downloading the midday images for PhenoCam sites given a time range

Usage

1
2
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

1
2
3
4
5
download_dir <- download_midday_images('dukehw',
 y = 2018,
 months = 2,
 days=1,
 download_dir= tempdir())

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