wrangle_frm: Wrangle federal reference monitor (FRM)

Description Usage Arguments Value See Also Examples

View source: R/wrangle_frm.R

Description

The following is based on inputs assuming an Excel input from Oregon DEQ single station report.

Usage

1
wrangle_frm(data_frm_raw, data_frm_meta, timezone_original = "Etc/GMT+8")

Arguments

data_frm_raw

Raw FRM data set to wrangle.

data_frm_meta

User-created location data for the FRM (key component: presence of a site_id and timezone).

timezone_original

Character of valid Olson name; the original timezone of the raw file. For the Oregon DEQ, it is in Pacific Standard Time, meaning DST is NOT accounted for. Using Etc/GMT+8 here will mark the time stamps as the appropriate -8 ("PST").

Value

A data frame with quality-controlled values (apply_qc), timezone correction (adjust_timezone), and ambient temperature calculations (ambient temperature).

See Also

Other FRM functions: read_frm()

Examples

1
2
3
4
## Not run: 
2+2

## End(Not run)

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