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.
Package details |
|
---|---|
Maintainer | |
License | GPL-3 |
Version | 1.2.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.