write.excel: Copies data to clipboard, ready for pasting into Excel.

Description Usage Arguments See Also Examples

Description

Copies data to clipboard, ready for pasting into Excel. Used for its side-effects.

Usage

1
2
  write.excel(tab, row.names = !is.data.frame(tab),
    col.names = is.data.frame(tab), ...)

Arguments

tab

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

write.excel and the base functions write.table, writeClipboard

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

Examples

1
2

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