Last data update: 2014.03.03

R: Export A List of Time Series to CSV
exportTsListR Documentation

Export A List of Time Series to CSV

Description

Export a List of time series to semi-colon separated csv file. Typically multiple time series are exported as long format (melted format) files.

Usage

exportTsList(tl, fname = NULL, cast = T)

Arguments

tl

list of time series

fname

character file name. If set to NULL a standard file name chunk + Sys.Date is used.

cast

logical. Should the resulting data.frame be cast to wide format? Defaults to TRUE

Results