tableReader: tableReader

View source: R/tableReader.R

tableReaderR Documentation

tableReader

Description

A robust function for reading tables

Usage

tableReader(filename, header = TRUE, delims = c("\t", ",", ";"))

Arguments

filename

Name of file to be read.

header

Boolean of whether header should be included or not

delims

delimiter options to use when reading table

Details

This function reads text based tables and recognizes which of the three common separates that are used.


oyvble/MPSproto documentation built on March 19, 2024, 5:32 a.m.