rolf_to_openair_single | R Documentation |
This function plucks the data for one parameter. If multiple combinations of parameter, unit and interval exists it is necessary to specify which unit and/or interval to pluck.
rolf_to_openair_single(
data,
parameter = NULL,
unit = NULL,
interval = NULL,
keep_interval = FALSE
)
data |
containing the parameter in rolf format |
parameter |
to pluck |
unit |
Optional: unit of the parameter to pluck. Default NULL |
interval |
Optional: interval of the parameter to pluck. Default NULL |
keep_interval |
Optional: keep interval column. Default FALSE |
tibble with one parameter in openair compatible format including unit, site and optional interval column
h1 <- system.file("extdata", "Zch_Stampfenbachstrasse_h1_2013_Jan.csv",
package = "rOstluft.data", mustWork = TRUE)
airmo_h1 <- read_airmo_csv(h1)
rolf_to_openair_single(airmo_h1, "NO2", unit = "\u00b5g/m3", keep_interval = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.