R/read_fst.R
read_fst.Rd
Wrapper for fst::read.fst to read DateTime column in POSIXct format
read_fst(path, tz = "CET", col_datetime = "DateTime", ...)
path | path to fst file |
---|---|
tz | timezone of DateTime to be imported (default: "CET") |
col_datetime | column name containing numeric values in nanoseconds since 1970-01-01 (default: "DateTime") |
... | further arguments passed to fst::read.fst |
data.frame with formatting of DateTime column POSIXct