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

PeriodStats - weekly stats #139

Open leppott opened 2 years ago

leppott commented 2 years ago

Is your feature request related to a problem? Please describe. Add stats by week number.

Describe the solution you'd like Use strftime(foo, format = "%U") to get week number then calculate stats.

Get by week and year-week.

Describe alternatives you've considered strftime easiest way to get week number.

Additional context Alternative Week Number versions in strftime.

image