Description Usage Arguments See Also Examples
View source: R/wrap.writeClipboard.R
Writes a string to the clipboard and removes the trailing newline. The function delegates the primary operations to writeClipboard (package: utils). (This is a helper function that will be called by other functions in this package.)
1 | wrap.writeClipboard(string)
|
string |
The string to write to the clipboard |
writeClipboard (package: utils)
1 | wrap.writeClipboard(string = "text")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.