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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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