clip_excel: Copy data to clipboard to paste into Excel

clip_excelR Documentation

Copy data to clipboard to paste into Excel

Description

This function copies a dataframe into the clipboard, so that it can be pasted into excel.

Usage

clip_excel(data, row_names = FALSE, col_names = TRUE, ...)

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

Source

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


LukasWallrich/timesaveR documentation built on Nov. 29, 2024, 4:47 a.m.