clipboard: Copy/paste data from/to clipboard

Description Usage Arguments See Also Examples

View source: R/clipboard.R

Description

Compatible with vectors, data frames (with header) and numeric matrices

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
clipboard(x = NULL, ...)

## Default S3 method:
clipboard(x, ...)

## S3 method for class 'NULL'
clipboard(x, ...)

## S3 method for class 'data.frame'
clipboard(x, ...)

## S3 method for class 'matrix'
clipboard(x, ...)

Arguments

x

object to copy to clipboard; if not provided, the current clipboard contents will be returned

See Also

utils::readClipboard, utils::writeClipboard

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

rogiersbart/rtoolz documentation built on Aug. 20, 2020, 2:48 p.m.