drop_incomplete: Drop Incomplete Sets

Description Usage Arguments Value See Also Examples

View source: R/drop_incomplete.R

Description

Drop monitor data for which its time series data is incomplete compared to that of other monitors in the data set.

Usage

1
drop_incomplete(dataset, var_qt)

Arguments

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

Value

Data set with monitors without complete sets removed

See Also

heatmap_single() and heatmap_cross()

Other visualization settings: add_cap(), settings_dt_scale(), settings_shapes(), settings_units()

Examples

1
drop_incomplete(july_api_daily, "pm25_atm")

gmcginnis/AirVizR documentation built on Dec. 20, 2021, 11:49 a.m.