pull.eddy.data: Download NEON Eddy Covaraince Data

Description Usage Arguments Value Author(s) Examples

Description

This function downloads HDF5 data from the NEON data portal to the specified save directory. Files are not collated together by month currently, instead they are saved on a site and month basis.

Usage

1
pull.eddy.data(site, bgn.month, end.month, package, save.dir)

Arguments

site

Parameter of class character. The 4-letter NEON site code that the data is for.

bgn.month

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

end.month

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

package

Parameter of class character. Optional. The type of data package to be returned If not specified, defaults to basic.

save.dir

Optional. If specified a CSV of the extracted data will be saved to the input directory.

Value

HDF5 data files are saved to the specified directory.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
site="CPER"
bgn.month="2017-04"
end.month="2017-11"
package="basic"
save.dir=tempdir()
pull.eddy.data(site, bgn.month, end.month, package, save.dir)

## End(Not run)

rhlee12/Noble documentation built on May 31, 2019, 10:36 a.m.