clipboard_utilities: Read and write to the system clipboard

Description Usage Arguments Details Value

Description

Utility functions to read and write to the system clipboard with checks.

These functions are used in the source code for add-ins in the RADins package.

Usage

1
2
3

Arguments

text

A character vector, each element of which is a line of text to be written to the clipboard.

Details

These functions are essentially the clipr functions, read_clip and write_clip respectively with some additional checks

These checks include:

Value

The value of set_clipboard() is a character vector, each element of which is a line of text in the system clipboard.

The value of set_clipboard() is always NULL as it is used for its “side-effect” if writing to the clipboard and not for its value.


t-gummer/RADins documentation built on Sept. 14, 2020, 7:58 p.m.