ajdamico/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.

Getting started

Package details

Maintainer
LicenseGPL (>= 2)
Version1.0.2
URL https://github.com/ajdamico/SAScii
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ajdamico/SAScii")
ajdamico/SAScii documentation built on Sept. 2, 2023, 4:02 p.m.