CopyClipboard: Copy Clipboard

Description Usage Arguments Value

View source: R/CopyClipboard.R

Description

Copy text from the clipboard as-is

Usage

1
CopyClipboard(allowEscapes = F, strip.white = F, sep = ">", single = T)

Arguments

allowEscapes

Logical, should escape characters be interpreted?

strip.white

Logical, should whitespace be stripped from the beginning and end of the clipboard contents?

sep

Single character by which to split the string

single

Logical, should the clipboard contents be returned as a single string, no matter what?

Value

Character vector with the clipboard contents


debarros/dbTools documentation built on Sept. 18, 2020, 10:51 a.m.