Package: SAScii 1.0.2
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.
Authors:
SAScii_1.0.2.tar.gz
SAScii_1.0.2.zip(r-4.5)SAScii_1.0.2.zip(r-4.4)SAScii_1.0.2.zip(r-4.3)
SAScii_1.0.2.tgz(r-4.4-any)SAScii_1.0.2.tgz(r-4.3-any)
SAScii_1.0.2.tar.gz(r-4.5-noble)SAScii_1.0.2.tar.gz(r-4.4-noble)
SAScii_1.0.2.tgz(r-4.4-emscripten)SAScii_1.0.2.tgz(r-4.3-emscripten)
SAScii.pdf |SAScii.html✨
SAScii/json (API)
# Install 'SAScii' in R: |
install.packages('SAScii', repos = c('https://ajdamico.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ajdamico/sascii/issues
Last updated 1 years agofrom:474bf3b0a4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:parse.SASciiread.SAScii
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Import ASCII files directly into R using only a SAS input script | SAScii-package SAScii |
Convert SAS import instructions into the arguments for a read.fwf function call. | parse.SAScii SAS.uncomment |
Create an R data frame by reading in an ASCII file and SAS import instructions | read.SAScii withWarnings |