read.cb {yulab.utils} | R Documentation |
read clipboard
read.cb(reader = read.table, ...)
reader |
function to read the clipboard |
... |
parameters for the reader |
clipboard content, output type depends on the output of the reader
Guangchuang Yu