Description Usage Arguments Value See Also Examples
View source: R/drop_incomplete.R
Drop monitor data for which its time series data is incomplete compared to that of other monitors in the data set.
1 | drop_incomplete(dataset, var_qt)
|
dataset |
Data set for which to filter incomplete monitor data |
var_qt |
Character; the variable of interest (in quotation marks) for which to apply the cap |
Data set with monitors without complete sets removed
heatmap_single()
and heatmap_cross()
Other visualization settings:
add_cap()
,
settings_dt_scale()
,
settings_shapes()
,
settings_units()
1 | drop_incomplete(july_api_daily, "pm25_atm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.