Skip to contents

Convenience wrappers around read.table for tab-separated (read.tsv) and pipe-separated (read.psv) files. Both default to header = TRUE, like read.csv.

Usage

read.tsv(file, ...)

read.psv(file, ...)

Arguments

file

path of the file to load

...

further arguments passed to read.table

Value

A data.frame.