number of lines to skip at start of file before reading data.
nseries
number of columns of series to expect.
sep
field separator.
na.strings
charaters that should be treated as NA.
header
a logical indicating is a header line should be written.
digits
number of significant digits to print.
...
additional arguments passed to scan.
Value
A time series vector or matrix.
Details
Read and write a file with time series data. By default the file is comma
separated values (csv) with one header line (the series names on write,
ignored on read). The year and period are the first two columns, with series
in following columns.
These are wrappers for scan and write.
Beware that short digits settings will result in truncated data.