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

Reorder columns - QC #136

Open leppott opened 2 years ago

leppott commented 2 years ago

Is your feature request related to a problem? Please describe. The columns aren't the best for analysis.

Describe the solution you'd like

  1. Move Logger Deployment right after Date Time
  2. Move the pressure measurements to last of the measured parameters.

Describe alternatives you've considered Users doing it manually in Excel. Have not tried post-processing in R.

Additional context The relevant code is in fun.QC.R (and the file version) around line 300. image