Package: asciiSetupReader 2.5.2
asciiSetupReader: Reads Fixed-Width ASCII Data Files (.txt or .dat) that Have Accompanying Setup Files (.sps or .sas)
Lets you open a fixed-width ASCII file (.txt or .dat) that has an accompanying setup file (.sps or .sas). These file combinations are sometimes referred to as .txt+.sps, .txt+.sas, .dat+.sps, or .dat+.sas. This will only run in a txt-sps or txt-sas pair in which the setup file contains instructions to open that text file. It will NOT open other text files, .sav, .sas, or .por data files. Fixed-width ASCII files with setup files are common in older (pre-2000) government data.
Authors:
asciiSetupReader_2.5.2.tar.gz
asciiSetupReader_2.5.2.zip(r-4.5)asciiSetupReader_2.5.2.zip(r-4.4)asciiSetupReader_2.5.2.zip(r-4.3)
asciiSetupReader_2.5.2.tgz(r-4.4-any)asciiSetupReader_2.5.2.tgz(r-4.3-any)
asciiSetupReader_2.5.2.tar.gz(r-4.5-noble)asciiSetupReader_2.5.2.tar.gz(r-4.4-noble)
asciiSetupReader_2.5.2.tgz(r-4.4-emscripten)asciiSetupReader_2.5.2.tgz(r-4.3-emscripten)
asciiSetupReader.pdf |asciiSetupReader.html✨
asciiSetupReader/json (API)
NEWS
# Install 'asciiSetupReader' in R: |
install.packages('asciiSetupReader', repos = c('https://jacobkap.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jacobkap/asciisetupreader/issues
asciidatdata-readerfixed-widthfixed-width-parserfixed-width-tablesfixed-width-textsasspss
Last updated 3 months agofrom:cdfcf88667. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:make_sps_setupparse_setupread_ascii_setupread_ascii_setup_addinsas_ascii_readerspss_ascii_reader
Dependencies:base64encbitbit64bslibcachemclicliprcommonmarkcpp11crayondata.tabledigestfansifastmapfontawesomeforcatsfsgluehavenhmshtmltoolshttpuvjquerylibjsonlitelaterlatticelifecyclemagrittrmemoisemimeminiUIpillarpkgconfigprettyunitsprogresspromisesR6rappdirsRcppreadrrlangrstudioapisassshinysourcetoolsstringistringrtibbletidyselecttzdbutf8vctrsvroomwithrxtablezoo
Introduction to asciiSetupReader
Rendered fromIntroduction_to_asciiSetupReader.Rmd
usingknitr::rmarkdown
on Nov 14 2024.Last update: 2021-01-16
Started: 2018-12-20
Making an .sps file
Rendered frommaking-an-sps-file.Rmd
usingknitr::rmarkdown
on Nov 14 2024.Last update: 2021-01-16
Started: 2019-02-01
Parsing an .sps or .sas file
Rendered fromparsing-an-sps-or-sas-file.Rmd
usingknitr::rmarkdown
on Nov 14 2024.Last update: 2021-01-16
Started: 2019-02-01
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an SPSS setup file (.sps) to use for reading in fixed-width text files | make_sps_setup |
Parse the setup file (.sps or .sas). | parse_setup |
Read fixed-width ASCII file using SPSS or SAS Setup file. | read_ascii_setup |
Launch an RStudio addin to select options for read_ascii_setup() | read_ascii_setup_addin |
Read fixed-width ASCII file using SAS Setup file. | sas_ascii_reader |
Read fixed-width ASCII file using SPSS Setup file. | spss_ascii_reader |