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

Shiny, add config custom thresholds #130

Closed leppott closed 2 years ago

leppott commented 2 years ago

Is your feature request related to a problem? Please describe. Add ability to create custom thresholds for config file.

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 Add any other context or screenshots about the feature request here.

leppott commented 2 years ago

Found duplicate entries in config for chlorophyll a spike (hi and lo).

image

Have to fix in all versions of the file.

leppott commented 2 years ago

Issue with custom config not having any quotes in the output.

Original image

Custom image

leppott commented 2 years ago

Fixed by adding quote = "" into read.table() in server.R (line 1016).

image