CopyFromClipboard: Copies from clipboard

Description Usage Arguments Value Examples

View source: R/clipbrd.R

Description

Copies a tsv table from clipboard.

Usage

1
2
CopyFromClipboard(sep = "\t", quote = "\"", stringsAsFactors = F,
  header = T, ...)

Arguments

sep

Column separator. Defaulted to tab.

quote

Informs the quote character.

stringsAsFactors

Informs if string has to be treated as factors.

header

Informs if a header is the first row.

...

Other parameters.

Value

Gets clipboard.

Examples

1
2

neemtreeparrot/tidbitr documentation built on May 23, 2019, 1:31 p.m.