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

ContDataQC - QC function - reorder columns in output #154

Closed leppott closed 6 months ago

leppott commented 6 months ago

Is your feature request related to a problem? Please describe. With ContDataQC, reorder columns in the CSV QC output.

We keep having to manually cut and paste the Comments.MOD column (e.g., Comment.MOD.Water.Temp.C) next to the overall flag columns for each parameter – see attached example - and it is driving us crazy. One entity just had to do this for 70 sites.

It’s just the Comments.MOD column (not the Comment.MOD.Date.Time). The desired order would be, for each parameter: overall flag, Comment.MOD., then each individual flag test.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context QC and QC.file functions (just copy over the same code)

leppott commented 6 months ago

image