SASxport Package
NEW: Read and write SAS xport data files directly from R and RStat!
The SASxport package gives you the ability to directly read, list contents of, and write SAS 'xport' files.
Even the most dedicated R user will need to interact with SAS data files on a regular basis. The new SASxport package will save you time and effort, whether you are performing manipulation and analysis using SAS and R together, loading data generated by other SAS users, generating data for files other SAS users, or generating SAS xport files for FDA submission.
The SASxport package is available as an add-on for R 2.4.1 and later:
| SASxport Package | FREE DOWNLOAD |
| SASxport + Boxed Set including CD-ROM | $19.99 |
| SASxport + 1 Year of Technical Support and Updates | $24.99 |
| SASxport + Boxed Set including CD-ROM and 1 Year of Technical Support and Updates | $29.99 |
The SASxport package is also included in each of our premium RStat software systems:
| RStat Personal Edition |
Binary installer for RStat and all package development tools, plus complete CRAN package repository |
Single User $59.95 |
| RStat Professional Edition |
Binary installer for RStat and all package development tools, plus complete CRAN package repository |
|
| Rtat Enterprise Edition |
Binary installer for RStat and all package development tools, plus complete CRAN package repository + 1 full year of technical support and software upgrades + full life-cycle documentation, validation templates, and priority technical support |
Features:
- List contents of SAS xport files, including data set names, included variables, variable type and SAS format information via lookup.xport().
- Directly read SAS xport format files, including proper handling of custom formats via read.xport(). (Custom format information can be obtained from a PROC CONTENTS dataset included in the data file or passing as an argument to the function call.)
- Write SAS xport format files, including proper use or generation of custom formats vi write.xport(). (Custom format information can be obtainied from a PROC CONTENTS dataset present in the data to be written or passed as an argument to the function call.)
- Customize translation of R objects to SAS variables by specifying appropriate methods for the toSAS() function.