clipboard: Use OS clipboard

View source: R/clipboard.R

clipboardR Documentation

Use OS clipboard

Description

Copy/paste objects between R and system clipboard

Usage

clipboard(x, delim = ",")

pasteboard(delim = "\t", header = T)

Arguments

x

Input object, can be piped through margrittr pipe.

delim

What is the delimiter of pasted object?

header

Does pasted object have a header line?

Value

None


kpjonsson/kpjmisc documentation built on Jan. 14, 2024, 2:38 a.m.