writeExcel: Writes from data frame to the clipboard: windows only

Description Usage Arguments Value

View source: R/writeexcel.R

Description

Wrapper for write.table that writes to the clipboard from a data.frame with the header - works only on Windows.

Usage

1
writeExcel(x, row.names = FALSE, col.names = TRUE, ...)

Arguments

x

data frame

row.names

True / False

col.names

True / False

...

extra arguments

Value

Pastes data frame to clipboard


kgoldfeld/ksgMisc documentation built on Nov. 12, 2021, 10:59 a.m.