SAScii: Import ASCII Files Directly into R using Only a 'SAS' Input Script

Using any importation code designed for 'SAS' users to read ASCII files into 'sas7bdat' files, this package parses through the INPUT block of a '.sas' syntax file to design the parameters needed for a 'read.fwf()' function call. This allows the user to specify the location of the ASCII (often a '.dat') file and the location of the 'SAS' syntax file, and then load the data frame directly into R in just one step.

Package details

AuthorAnthony Joseph Damico [aut, cre]
MaintainerAnthony Joseph Damico <ajdamico@gmail.com>
LicenseGPL (>= 2)
Version1.0.2
URL https://github.com/ajdamico/SAScii
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("SAScii")

Try the SAScii package in your browser

Any scripts or data that you put into this service are public.

SAScii documentation built on Aug. 29, 2023, 1:11 a.m.