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, ...)

Source

https://www.r-bloggers.com/copying-data-from-excel-to-r-and-back/

Arguments

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 write.table