Reads the data from a AIRMO CSV file and returns it as a data frame in rOstluft long format
Arguments
- 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
See also
lubridate::period()
- Create or parse period objects
base::timezones - Information about time zones in R