Learn R Programming

timeseriesdb (version 0.2.1)

importTsList: Import A Long Format CSV File Into a List of Time Series

Description

Generates a List of time series of class tslist from a flat file that contains multiple time series.

Usage

importTsList(f, base_ts = T)

Arguments

f

character file name

base_ts

logical should the export be casted to R basic time series or left as xts? Defaults to TRUE.