get.data {Z10}R Documentation

Download data for a specified data product

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

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

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

## End(Not run)

[Package Z10 version 0.1.0 Index]