readTab: readTab

View source: R/wrappers.R

readTabR Documentation

readTab

Description

Wrapper around read.table to read tab-separated tables by default

Usage

readTab(
  fn,
  sep = "\t",
  header = TRUE,
  stringsAsFactors = FALSE,
  quote = "",
  comment.char = "",
  na.strings = "",
  ...
)

Arguments

fn

filename to read

sep

see ?read.table

header

see ?read.table

stringsAsFactors

see ?read.table

quote

see ?read.table

comment.char

see ?read.table

...

passed to read.table

Value

the result of read.table

Author(s)

Fabian Mueller


demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.