| read_airmo_webexport | R Documentation | 
Reads the data from a AIRMO Webexport CSV file and returns it as a data frame in rOstluft long format
read_airmo_webexport(
  fn,
  encoding = "latin1",
  tz = "Etc/GMT-1",
  time_shift = NULL,
  na.rm = TRUE
)
fn | 
 CSV file name, can be relative to current directory or absolut  | 
encoding | 
 CSV file encoding. Default "latin1"  | 
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
input <- rOstluft.data::f("ol_nox_covid19_2020.csv")
read_airmo_webexport(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.