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 21 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

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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