processNewData: Process New Data (main function) This is the main function, a...

processNewDataR Documentation

Process New Data (main function) This is the main function, a wrapper that calls all the preceding functions. The user won't really interact with the functions defined above, just with this one.

Description

Process New Data (main function) This is the main function, a wrapper that calls all the preceding functions. The user won't really interact with the functions defined above, just with this one.

Usage

processNewData(newData, oldData = newData[FALSE, ])

Arguments

newData

Newly-collected DOC data to be processed (a data frame)

oldData

Previous DOC data, typically from the WATER_CHEM database table. If no other argument is supplied, the default is a blank version of newData (same column names, but no content).

Value

A data frame in the appropriate format to be put in the database, with QC codes applied.


MFEh2o/MFEUtilities documentation built on May 6, 2023, 1:33 p.m.