processNewData | R 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.
processNewData(newData, oldData = newData[FALSE, ])
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). |
A data frame in the appropriate format to be put in the database, with QC codes applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.