leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

Add columns for raw flags #106

Closed leppott closed 3 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. Users want the ability to track if change the flags. Want to retain the original (raw) values just like the how the original (raw) measurements are retained.

Describe the solution you'd like Add raw/original columns for the final flags for each parameter in a file. Should be in the QC operation when the file is created.

Describe alternatives you've considered NA

Additional context NA

leppott commented 3 years ago

Use existing code but modify to add "Flag" columns to those that get a "RAW" and "MOD.Comment" field added.

Edit both fun.QC.R and fun.QC.File.R

OLD image

REVISED image

leppott commented 3 years ago

File size increase:

QC_test2_Aw_20130426_20130725.csv

918 KB to 968 KB

5.4% size increase = acceptable