This help topic is for R version 2.0.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/utils/html/clipboard.html
clipboard {utils}R Documentation

Read/Write Text to/from the Windows Clipboard

Description

Transfer text between a character vector and the Windows clipboard.

Usage

readClipboard()
writeClipboard{str}

Arguments

str

a character vector.

Value

For readClipboard, a character vector. For writeClipboard a invisible logical indicating success or failure.

See Also

file which can be used to set up a connection to a clipboard.


[Package utils version 2.0.0 ]