Learn R Programming

readmoRe (version 0.2-15)

Utilities for Importing and Manipulating Biomedical Data Files

Description

Tools to read various file types into one list of data structures, usually, but not limited to, data frames. Excel files are read sheet-wise, i.e., all or a selection of sheets can be read. Field delimiters and decimal separators are determined automatically.

Copy Link

Version

Install

install.packages('readmoRe')

Monthly Downloads

218

Version

0.2-15

License

GPL-3

Maintainer

Vidal Fey

Last Published

March 1st, 2025

Functions in readmoRe (0.2-15)

readmoRe

Utilities for data import
get.nlines

Determine the number of lines in a (large) text file without importing it.
get.sep

Determine field delimiter in text files
rm.empty.cols

Remove Empty Columns From an Imported Excel Sheet
read.to.list

Read various input file formats into a list of data frames. Wrapper function for 'read2list' to automate reading further and avoid errors due to missing folders or files.
rm.newline.chars

Remove 'newline' Characters From Imported Excel Sheets
read2list

Read various input file formats into a list of data frames
get.skip

Determine Number of Rows to be Skipped in Text Files