Description Usage Arguments Value See Also Examples
View source: R/wrangle_oa_meta.R
For OA data that does not involve movement, create a meta data frame with this.
1 | wrangle_oa_meta(dataset, timezone, single = TRUE)
|
dataset |
Wrangled OA data set |
timezone |
Character of valid Olson Name |
single |
Logical; group all the data into a singular "location", or keep seprate? |
Data set.
Other OA functions:
read_oa_folder()
,
wrangle_oa()
1 2 | wrangle_oa_meta(oa_moving_full, "America/Los_Angeles")
wrangle_oa_meta(oa_static_full, "America/Los_Angeles", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.