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 06 Nov. 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

equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
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  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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