This function copies a data frame or tibble to your clipboard in a format that allows for a simple paste into excel whilst maintaining column and row structure. By default row_names has been set to FALSE.
excel_clip(df, row_names = FALSE, col_names = TRUE, ...)
A dataframe or tibble
Set to FALSE for row.names not to be included
Set to TRUE for col.names to be included
function forwarding for additional write.table functionality
a data frame copied to your clipboard