clipsource {svMisc} | R Documentation |
This function reads R code from the clipboard, and then source it. Clipboard is managed correctly depending on the OS (Windows, Mac OS X, or *nix)
clipsource(primary = TRUE, ...)
primary |
only valid on *nix: read the primary (or secondary) clipboard |
... |
further parameters passed to source() |
Same result as source()
.
Philippe Grosjean <phgrosjean@sciviews.org>