Learn R Programming

Kmisc (version 0.5.0)

scan.cb: Read Data from the Clipboard

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

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