count_flags: Count Flags

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Count the number of flags per month for the onsite measurements

Usage

1
count_flags(sms_flagged)

Arguments

sms_flagged

A dataframe of onsite measurements and flags with tidy variables

Value

A dataframe with variables month, sensor, flag_type, n, perc where n is the count of flags and perc is the percent of datapoints for that month/sensor

Examples

1
2
3
4
5
6
## Not run: 
flag_count <- count_flags(sms_flagged)

plot_flag_count_bar_chart(flag_count)

## End(Not run)

btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.