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.7)SAScii_1.0.2.zip(r-4.6)SAScii_1.0.2.zip(r-4.5)
SAScii_1.0.2.tgz(r-4.6-any)SAScii_1.0.2.tgz(r-4.5-any)
SAScii_1.0.2.tar.gz(r-4.7-any)SAScii_1.0.2.tar.gz(r-4.6-any)
SAScii_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:474bf3b0a4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 217 | ||
| linux-release-x86_64 | OK | 94 | ||
| macos-release-arm64 | OK | 148 | ||
| macos-oldrel-arm64 | OK | 150 | ||
| windows-devel | OK | 60 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 78 |
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 |
