writeClip: Write delimited data to the clipboard.

Description Usage Arguments Examples

View source: R/writeClip.R

Description

writeClip() takes data from R and writes it to the clipboard in a delimited format. Optionally output can be formatted to paste as a table using kable.

Usage

1
2
writeClip(x, row.names = FALSE, col.names = TRUE, sep = "\t",
  quote = TRUE, kable = FALSE, format = "markdown", ...)

Arguments

row.names

True if row names should be displayed.

col.names

True if column names should be displayed.

sep

Separator for the delimited data, tab is the default.

quote

Should the output be quoted.

kable

If True returns table formatted by kable.

format

The format for the kable table if True. Default is markdown.

Examples

1

smmurphy/convenience documentation built on Aug. 26, 2020, 8:46 p.m.