read.tucson(fname, header = NULL, long = FALSE, encoding = getOption("encoding"), edge.zeros = TRUE)
character
vector giving the file name of the
rwl file. logical
flag indicating whether the file has a
header. If NULL
then the function will attempt to determine
if a header exists. logical
flag indicating whether dates in file span
0 CE and therefore use negative numbers. If TRUE
only the first 7 characters can be used for series IDs.
If FALSE
then series IDs can be up to 8
characters. "ASCII"
, "UTF-8"
, and "latin1"
alias
"ISO-8859-1"
. See the help of file
. logical
flag indicating whether leading or
trailing zeros in series will be preserved (when the flag is
TRUE
, the default) or discarded, i.e. marked as NA
(when FALSE
). 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.
read.rwl
, read.compact
,
read.tridas
, read.fh
,
write.tucson