copy.to.excel: Copy a data frame to Excel

Description Usage Arguments Author(s)

Description

For a data frame in your R environment, this function will copy it to the clipboard in a format that can be pasted into Excel. In the current implementation, this function only works on a Mac.

Usage

1
copy.to.excel(x, row.names = FALSE, col.names = TRUE, quote = FALSE)

Arguments

row.names

whether your output table should include row names (defaults to FALSE)

col.names

whether your output table should include column names (defaults to TRUE)

quote

whether your output should include quotation marks as field delimiters (defaults to FALSE)

Author(s)

Michael C. Saul


msaul/msaul documentation built on May 23, 2019, 7:50 a.m.