a-maldet/readall: Read FWF, DSV, EXCEL And SAS Files

This package offers a single interface for reading FWF, DSV, EXCEL and SAS data files. The `readall` package offers `file_structure` class, which allows you to describe the structure of your data files (column names, column data types etc.). Once you have created `file_structure` object, holding the information about a specific file type, you can use this object in order to read all data files, which share the defined structure. Furthermore, you can add meta data to this object, describing the meaning of the columns and give detailed descriptions for each value level. When reading the described data file, the stored meta data will automatically be appended to the specified columns of the generated data.frame. The `readall` package offers a `file_collection` class used to define a collection of files, which will be automatically concatenated into a single data.frame when reading the collection.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.2.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("a-maldet/readall")
a-maldet/readall documentation built on Dec. 18, 2021, 9:23 p.m.