If there is a more than one dataset in the XPORT format library, a named
list of data frames, otherwise a data frame. The columns of the data
frames will be either numeric (corresponding to numeric in SAS) or
factor (corresponding to character in SAS). All SAS numeric missing
values (including special missing values represented by ._
,
.A
to .Z
by SAS) are mapped to R
NA
.
Trailing blanks are removed from character columns before conversion to
a factor. Some sources claim that character missing values in SAS are
represented by ' '
or ''
: these are not treated as R
missing values.