read_airmo_csv: Reads an AIRMO Export in CSV Format

View source: R/read-airmo.R

read_airmo_csvR Documentation

Reads an AIRMO Export in CSV Format

Description

Reads the data from a AIRMO CSV file and returns it as a data frame in rOstluft long format

Usage

read_airmo_csv(
  fn,
  encoding = "latin1",
  tz = "Etc/GMT-1",
  time_shift = NULL,
  na.rm = TRUE
)

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

Value

data frame in rOstluft long format

See Also

lubridate::period() - Create or parse period objects

base::timezones - Information about time zones in R


Ostluft/rOstluft documentation built on Feb. 6, 2024, 1:26 a.m.