Description Usage Arguments Value Author(s) See Also Examples
The input, x
will be written to the clipboad, using one of
these functions:
vector | writeLines |
list | writeLines.list |
matrix | write.delim |
data.frame | write.delim |
other | dput
|
1 2 3 | pbcopy(x, row.names = FALSE, col.names = TRUE)
copy.to.clipboard(x)
|
x |
an object to be writen to the clipboard. see Details. |
row.names |
if |
col.names |
if |
nothing
Mark Cowley, 2011-11-08
pbcopy
, the “Clipboard” section within ?file
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.