Description Usage Arguments Value Author(s) See Also Examples
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.
1  | gap.report(site, bgn.month, end.month, dp.id, save.dir)
 | 
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.  | 
Writes two CSVs of the start end times of gaps, one CSV for data gaps, the other for quality flag gaps.
Robert Lee rlee@battelleecology.org
gap.find
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.