read.xport {foreign} | R Documentation |
Reads a file as a SAS XPORT format library and returns a list of data.frames.
read.xport(file)
file |
character variable with the name of the file to read. The file must be in SAS XPORT format. |
A list with one component for each dataset in the XPORT format library.
Saikat DebRoy <saikat@stat.wisc.edu>
SAS Technical Support document TS-140: ``The Record Layout of a Data Set in SAS Transport (XPORT) Format'' available as http://ftp.sas.com/techsup/download/technote/ts140.html.
## Not run: read.xport("transport") ## End(Not run)