CopyToClipboard: Copies to clipboard

Description Usage Arguments Value Examples

View source: R/clipbrd.R

Description

Copies an object to clipboard as a tsv table.

Usage

1
2
CopyToClipboard(x, sep = "\t", quote = T, na = "", row.names = F,
  col.names = T, ...)

Arguments

x

tbl to copy.

sep

Column separator. Defaulted to tab.

quote

T (default) informs that the result will be within quotes.

na

Value for NAs. Default is an empty string.

row.names

Informs if row names must be included.

col.names

Informs if column names must be included.

...

Other parameters.

Value

Copies the object to the clipboard.

Examples

1
2
3
CopyToClipboard(census)
census %>%
  CopyToClipboard()

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