Reads a file in table format and creates a timeSeries
object from it.
readSeries(file, header = TRUE, sep = ";", zone = "", FinCenter = "", format, ...)sep=";" is specified,
and reading the series fails, then the reading is automatically
repeated with sep=",".
zone="" which is short for GMT.
read.table() function which
is used to read the file.
timeSeries. The first column of the table must hold the timestamps. Format
of the stimestamps can be either specified in the header of the
first column or by the format argument.