Description Usage Arguments Details Value
flag_extreme_days Flagging extreme days
1  | flag_extreme_days(data, qlo = 0.001, qhi = 0.999)
 | 
data | 
 time series data pull from the postgres database (df_values table)  | 
qlo | 
 Lower quantile to flag. Default = 0.001  | 
qhi | 
 Upper quantile to flag. Default = 0.999  | 
Flagging upper and lower 5th percentiles probably wont work for the database, as those are best reverified by whoever collected/uploaded the data.
logical Flag for extreme days
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.