scan.cb: Read Data from the Clipboard

Description Usage Arguments See Also

View source: R/misc.R

Description

Convenience function for reading data from the clipboard. Wraps to scan. By default, we assume the data is character, and delimit by new lines.

Usage

1
scan.cb(what = character(), sep = "\n", quiet = TRUE, ...)

Arguments

what

passed to scan.

sep

passed to scan.

quiet

passed to scan.

...

passed to scan.

See Also

scan


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

Related to scan.cb in Kmisc...