Using any importation code designed for SAS users to read ASCII files into sas7bdat files, the SAScii 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.
Version: | 1.0 |
Depends: | R (≥ 2.14) |
Published: | 2012-08-17 |
Author: | Anthony Joseph Damico [aut, cre] |
Maintainer: | Anthony Joseph Damico <ajdamico at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/ajdamico/SAScii |
NeedsCompilation: | no |
In views: | OfficialStatistics |
CRAN checks: | SAScii results |
Reference manual: | SAScii.pdf |
Package source: | SAScii_1.0.tar.gz |
Windows binaries: | r-devel: SAScii_1.0.zip, r-release: SAScii_1.0.zip, r-oldrel: SAScii_1.0.zip |
OS X Snow Leopard binaries: | r-release: SAScii_1.0.tgz, r-oldrel: SAScii_1.0.tgz |
OS X Mavericks binaries: | r-release: SAScii_1.0.tgz |
Old sources: | SAScii archive |
Reverse depends: | psidR |