Description Usage Arguments Value See Also Examples
The following is based on inputs assuming an Excel input from Oregon DEQ single station report.
1 | wrangle_frm(data_frm_raw, data_frm_meta, timezone_original = "Etc/GMT+8")
|
data_frm_raw |
Raw FRM data set to wrangle. |
data_frm_meta |
User-created location data for the FRM (key component: presence of a |
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"). |
A data frame with quality-controlled values (apply_qc), timezone correction (adjust_timezone), and ambient temperature calculations (ambient temperature).
Other FRM functions:
read_frm()
1 2 3 4 | ## Not run:
2+2
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.