read.tc: Wrapper around read.table and textConnection.

Description Usage Arguments Value Examples

Description

Reads data from textConnection and processes it with read.table to output a data.frame.

Usage

1
  read.tc(x, header = TRUE, ...)

Arguments

x

The text to read

header

If TRUE, reads data with header row

...

Passed to read.table

Value

data.frame

Examples

1
read.tc("a b c\n1 2 3\n4 5 6")

andrie/spanner documentation built on May 10, 2019, 11:20 a.m.