wrap.writeClipboard: Write to clipboard

Description Usage Arguments See Also Examples

View source: R/wrap.writeClipboard.R

Description

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.)

Usage

1

Arguments

string

The string to write to the clipboard

See Also

writeClipboard (package: utils)

Examples

1
wrap.writeClipboard(string = "text")

michaelkardas/behavioralwrappers documentation built on Jan. 2, 2020, 7:46 a.m.