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, ...)