Learn R Programming

Kmisc (version 0.2.0)

read.cb: Read Tabular Data from the Clipboard

Usage

read.cb(sep = "", ...)
sep{the delimiter used in the copied text}

...{args to pass to read.table.}

Convenience function for reading tabular data from the clipboard. The function checks the system OS and provides the appropriate wrapper call to read.table. ## with some data on the clipboard, simply write # x <- read.cb() read.table

Arguments