Learn R Programming

svMisc (version 0.9-60)

sourceClipboard: Source code from the clipboard

Description

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)

Usage

sourceClipboard(primary = TRUE, ...)

Arguments

primary
only valid on *nix: read the primary (or secondary) clipboard.
...
further parameters passed to source().

Value

  • Same result as source().

concept

Source code from clipboard

See Also

source, file