Arguments
file
the filename of a spreadsheet data set from which
to import the data records.
FinCenter
a character with the the location of the financial center named
as "continent/city".
header
a logical value indicating whether the file contains the
names of the variables as its first line. If missing, the
value is determined from the file format: 'header' is set to
'TRUE' if and only if the first row contains one fewer
format
a character string with the format in POSIX notation specifying
the timestamp format. Note the function assumes that the first
column in the csv file has the timestamps.
sep
the field seperator used in the spreadsheet file to separate
columns.
zone
the time zone or financial center where the data were recorded.
...
Additional arguments passed to read.table()
function which is
used to read the file.