Learn R Programming

Kmisc (version 0.2.0)

scan.cb: Read Data from the Clipboard

Usage

scan.cb(what = character(), sep = "", ...)
what{passed to scan.}

sep{passed to scan.}

...{passed to scan.}

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

Arguments