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 column to keep parameter #122

Open leppott opened 3 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. Add a "columns to keep" parameter to ContDataQC() function.

Describe the solution you'd like Some users have fields they want to keep in the data.

Describe alternatives you've considered NA

Additional context Need to test if extra columns are kept or removed at each step of the process.

leppott commented 3 years ago

Only need to check QC and Aggregate

QC = extra columns are "dropped"

Aggregate = extra columns are "kept"