Description Usage Arguments Value See Also Examples
View source: R/wrangle_local.R
Applying various quality control functions, time rounding, and pivots to provide a more managable data frame of spatio-temporal atmospheric data.
1 | wrangle_local(data_local_raw, data_local_meta)
|
data_local_raw |
Character; the file path for the folder that contains the monitor data frames |
data_local_meta |
Character, optional; filter for a specific location (by label in the file title) |
A data frame with quality-controlled values (apply_qc), timezone correction (adjust_timezone), and ambient temperature calculations (ambient temperature).
apply_qc()
, adjust_temperature()
, ambient_temperature()
Other PA local functions:
read_local_folder()
,
read_local_meta()
,
read_local_single()
1 2 3 4 | example_local_raw <- read_local_folder(folder_path = "data-raw/local")
example_local_meta <- read_local_meta(folder_path = "data-raw/local", timezone = "America/Los_Angeles")
wrangle_local(example_local_raw, example_local_meta)
remove(example_local_raw, example_local_meta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.