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(df, row_names = FALSE, col_names = TRUE, ...)

Arguments

df

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/rNuggets documentation built on Aug. 26, 2022, 11:03 a.m.