Description Usage Arguments Value Author(s) See Also Examples
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.
1 | get.data(dp.id, site, month, save.dir)
|
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. |
A list of named data frames
Robert Lee rhlee@colorado.edu
Currently none
1 2 3 4 | ## Not run:
cper_wind=Z10::get.data(site = "CPER", dp.id = "DP1.00002.001", month = "2017-04")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.