gap.report: Generate and Write Data Product Gap Summaries

Description Usage Arguments Value Author(s) See Also Examples

Description

For a specified data product ID, this function will produce summary CSVs of data and quality flag gaps for their period of record at a site.

Usage

1
gap.report(site, bgn.month, end.month, dp.id, save.dir)

Arguments

site

A NEON TIS site

bgn.month

The fisrt month of data to examine for gaps.

end.month

The last month of data to examine for gaps.

dp.id

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

save.dir

The directory to write data files to.

Value

Writes two CSVs of the start end times of gaps, one CSV for data gaps, the other for quality flag gaps.

Author(s)

Robert Lee rlee@battelleecology.org

See Also

gap.find

Examples

1
2
3
4
5
6
## Not run: 
# For 2d Wind, save files to the current working directory:
gap.report(site="CPER", dp.id = "DP1.00001.001",
bgn.month="2017-07", end.month="2017-07", save.dir = getwd())

## End(Not run)

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