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

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.

Author(s)

Oyvind Bleka


oyvble/euroformix documentation built on Aug. 25, 2023, 11:14 a.m.