clip_excel | R Documentation |
This function copies a dataframe into the clipboard, so that it can be pasted into excel.
clip_excel(data, row_names = FALSE, col_names = TRUE, ...)
data |
Dataframe to be copied. |
row_names |
Logical. Should row names be copied? |
col_names |
Logical. Should column names be copied? |
... |
Further arguments passed to |
https://www.r-bloggers.com/copying-data-from-excel-to-r-and-back/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.