airmo_wide_to_long | R Documentation |
Converts the wide format from the files to the long format
airmo_wide_to_long(
header,
data,
tz = "Etc/GMT-1",
time_shift = NULL,
na.rm = TRUE
)
header |
data frame containing airmo_kurzname, parameter, zeitfenster and einheit |
data |
data frame only containing the data from the file |
tz |
time zone of date field. Be carefull Etc/GMT + == -. Default "Etc/GMT-1" |
time_shift |
a lubridate period to add to the time. Default NULL |
na.rm |
remove na (empty) values. Default TRUE |
data frame in rOstluft long format
lubridate::period()
- Create or parse period objects
base::timezones - Information about time zones in R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.