This help topic is for R version 1.7.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/clipboard.html
clipboard {base}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 base version 1.7.1 ]