read_airmo_csv | R Documentation |
Reads the data from a AIRMO CSV file and returns it as a data frame in rOstluft long format
read_airmo_csv(
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.