co2.dq.test: Perform A Commissioning DQ Test on CO2 Concentration Data #'...

Description Usage Arguments Value See Also Examples

Description

For the specified dates, site, variables, and data product or name of family of data products, data are downloaded and saved to the specifed directory. Process quality calculations are then performed and written to a results file in save.dir.

Usage

1
co2.dq.test(site = site, bgn.month, end.month, save.dir)

Arguments

site

Parameter of class character. The NEON site data should be downloaded 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.

save.dir

Parameter of class character. The local directory where data files should be saved.

Value

Writes data files to the specified directory.

See Also

Currently none

Examples

1
2
3
4
5
site = "BART"
bgn.month = "2017-09"
end.month = "2017-10"
save.dir<-"~/Desktop/"
Noble::tis.dq.test(site = site, bgn.month = bgn.month, end.month = end.month, save.dir=save.dir)

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