Other packages > Find by keyword >

asciiSetupReader  

Reads Fixed-Width ASCII Data Files (.txt or .dat) that Have Accompanying Setup Files (.sps or .sas)
View on CRAN: Click here


Download and install asciiSetupReader package within the R console
Install from CRAN:
install.packages("asciiSetupReader")

Install from Github:
library("remotes")
install_github("cran/asciiSetupReader")

Install by package version:
library("remotes")
install_version("asciiSetupReader", "2.5.2")



Attach the package and use:
library("asciiSetupReader")
Maintained by
Jacob Kaplan
[Scholar Profile | Author Map]
First Published: 2017-09-07
Latest Update: 2023-07-05
Description:
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.
How to cite:
Jacob Kaplan (2017). asciiSetupReader: Reads Fixed-Width ASCII Data Files (.txt or .dat) that Have Accompanying Setup Files (.sps or .sas). R package version 2.5.2, https://cran.r-project.org/web/packages/asciiSetupReader. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.0 (2017-09-07 21:52), 1.1 (2017-10-11 14:59), 1.2 (2017-11-26 18:06), 1.4.0 (2018-06-18 23:05), 2.0.0 (2019-02-04 10:33), 2.0.1 (2019-02-05 22:13), 2.1.0 (2019-06-28 21:30), 2.2.0 (2019-10-08 16:20), 2.3.0 (2020-01-19 09:30), 2.3.1 (2020-03-21 08:50), 2.3.2 (2020-11-28 18:50), 2.4.0 (2021-02-03 17:40), 2.5.1 (2023-07-05 22:13)
Other packages that cited asciiSetupReader R package
View asciiSetupReader citation profile
Other R packages that asciiSetupReader depends, imports, suggests or enhances
Complete documentation for asciiSetupReader
Functions, R codes and Examples using the asciiSetupReader R package
Some associated functions: make_sps_setup . parse_setup . read_ascii_setup . read_ascii_setup_addin . sas_ascii_reader . spss_ascii_reader . 
Some associated R codes: helper.R . make_sps_setup.R . parse_setup.R . read_ascii_setup.R . read_ascii_setup_addin.R . sas.R . spss.R . utils-data-table.R . utils.R .  Full asciiSetupReader package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for asciiSetupReader510152025303540TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA