write.ppt: Copies data to clipboard, ready for pasting into PowerPoint...

Description Usage Arguments See Also Examples

Description

Puts a copy of an object into the clipboard. This is a wrapper around write.excel

Usage

1
2
3
  write.ppt(x, row.names = FALSE,
    col.names = if (is.data.frame(x)) names(x) else FALSE,
    ...)

Arguments

x

A data.frame, array or other object that can be coerced to tabular format

row.names

Character vector of optional names for the variables. Passed to write.table

col.names

Character vector of optional names for the variables. Passed to write.table

...

Passed to write.table

See Also

Other Functions.that.copy.paste: read.excel, write.excel

Examples

1
2

andrie/spanner documentation built on May 10, 2019, 11:20 a.m.