lookup.xport | R Documentation |
Scans a file as a SAS XPORT format library and returns a list containing information about the SAS library.
lookup.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
SAS Technical Support document TS-140: “The Record Layout of a Data Set in SAS Transport (XPORT) Format” available as https://support.sas.com/content/dam/SAS/support/en/technical-papers/record-layout-of-a-sas-version-5-or-6-data-set-in-sas-transport-xport-format.pdf
read.xport
## Not run: ## no XPORT file is installed.
lookup.xport("test.xpt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.