read.cb: Read Tabular Data from the Clipboard

Description Usage Arguments See Also Examples

View source: R/misc.R

Description

Convenience function for reading tabular data from the clipboard. The function checks the system OS and provides the appropriate wrapper call to read.table.

Usage

1
read.cb(sep = "\t", header = TRUE, ...)

Arguments

sep

the delimiter used in the copied text.

header

boolean; does the first row contain column names?

...

optional arguments passed to read.table.

See Also

read.table

Examples

1
2
## with some data on the clipboard, simply write
# x <- read.cb()

Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to read.cb in Kmisc...