R/misc.R
clip_excel.Rd
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, ...)
https://www.r-bloggers.com/copying-data-from-excel-to-r-and-back/
Dataframe to be copied.
Logical. Should row names be copied?
Logical. Should column names be copied?
Further arguments passed to write.table
write.table