health.data: Produce a Summary Table of Data Product Health by Month

Description Usage Arguments Value Author(s) Examples

Description

For a specified data product ID, this function will produce a data frame of data product availability and validity for their period of record at a site.

Because the full period of record for all sites are queried, this function can take a long time to execute.

Usage

1
health.data(site, dp.id, bgn.month, end.month, save.dir)

Arguments

site

Parameter of class character. The NEON site of interest.

dp.id

Parameter of class character. The NEON data product code of the data product of interest.

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.

save.dir

The directory for data files to be saved to.

Value

A data frame of health statisitcs by month for a given site. Raw NEON data are also saved to the specified save.dir, if supplied.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
# Summarize 2D wind perfomance at CPER:
CPER_wind=dp.survey(dp.id = "DP1.00001.001", site="CPER")

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