get.data: Download data for a specified data product

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get_data.R

Description

For the specified dates, site, package parameters, and data product or name of family of data products, data are downloaded and saved to the specifed directory.

Usage

1
get.data(dp.id, site, month, save.dir)

Arguments

dp.id

Parameter of class character. The data product code in question. See http://data.neonscience.org/data-product-catalog for a complete list.

site

Parameter of class character. The NEON site data should be downloaded for.

month

Parameter of class character. The year-month (e.g. "2017-01") of the month to get data for.d, defaults to basic.

save.dir

Optional, parameter of class character. The local directory where data files should be saved.

Value

A list of named data frames

Author(s)

Robert Lee rhlee@colorado.edu

See Also

Currently none

Examples

1
2
3
4
## Not run: 
cper_wind=Z10::get.data(site = "CPER", dp.id = "DP1.00002.001", month = "2017-04")

## End(Not run)

Z10 documentation built on May 2, 2019, 3:25 a.m.

Related to get.data in Z10...