wrangle_oa_meta: Create meta data set for OA data

Description Usage Arguments Value See Also Examples

View source: R/wrangle_oa_meta.R

Description

For OA data that does not involve movement, create a meta data frame with this.

Usage

1

Arguments

dataset

Wrangled OA data set

timezone

Character of valid Olson Name

single

Logical; group all the data into a singular "location", or keep seprate?

Value

Data set.

See Also

Other OA functions: read_oa_folder(), wrangle_oa()

Examples

1
2
wrangle_oa_meta(oa_moving_full, "America/Los_Angeles")
wrangle_oa_meta(oa_static_full, "America/Los_Angeles", TRUE)

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