get_ids: Get IDs from a PAS

Description Usage Arguments Value See Also Examples

View source: R/get_ids.R

Description

Load a list of device deployment IDs from a provided PAS

Usage

1
get_ids(pas = pas_area, outside = include_outside, inside = include_inside)

Arguments

pas

A dataframe of PAS containing a column of device deployment IDs

outside

Logical argument to include/exclude outdoor monitors

inside

Logical argument to include/exclude indoor monitors

Value

A list of IDs from a provided PAS

See Also

pas_getDeviceDeploymentIDs()

Other PA API functions: get_area_pas(), get_area_pat(), wrangle_data()

Examples

1
2
3
4
5
6
get_ids((example(get_area_pas))$value, TRUE, TRUE)

get_ids(
  pas = AirSensor::pas_filter(AirSensor::pas_load(datestamp = "20200701"), stateCode == "OR"),
  outside = TRUE, inside = TRUE
)

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