Description Usage Arguments Value
View source: R/excel_clipboard.R
Copy to Excel (via clipboard)
1 | copy_to_excel(x, row.names = FALSE, col.names = TRUE, ...)
|
x |
dataframe to be copied to Excel |
row.names |
Binary - Indicates whether the row names should be copied |
col.names |
Binary - Indicates whether the column names should be copied |
... |
params used in write.table function (from utils package) |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.