read_airmo_dat: Reads an AIRMO Export in DAT Format

Description Usage Arguments Value See Also

Description

Reads the data from a AIRMO DAT file and returns it as a dataframe in rmo long format

Usage

1
2
read_airmo_dat(fn, encoding = "cp1252", tz = "Etc/GMT-1",
  time_shift = NULL)

Arguments

fn

DAT file name, can be relative to current directory or absolut

encoding

DAT file encoding. Default "cp1252"

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

Value

dataframe in rmo long format

See Also


Avsamoht/rmo documentation built on May 22, 2019, 1:46 p.m.