read.rwl(fname, format = c("auto", "tucson", "compact", "tridas", "heidelberg"), ...)
character
vector giving the file name of the
rwl file. character
vector giving the format. This must
be "auto"
(automatic detection), "tucson"
,
"compact"
, "tridas"
or "heidelberg"
. Automatic
format detection is the default. "tucson"
, "compact"
or "heidelberg"
file is
read (even through "auto"
), returns an object of class
c("rwl", "data.frame")
with the series in columns and the years
as rows. The series IDs are the column names and the years
are the row names.If a "tridas"
file is read (even through "auto"
),
returns a list of results. See read.tridas
for more
information.
read.tucson
, read.compact
,
read.tridas
, read.fh
, write.rwl