This is a pipe-optimised function, and accompanies read_df() as a tool for ad-hoc analysis, which reads a data table copied from Excel into R.
copy_df(
x,
row.names = FALSE,
col.names = TRUE,
expand = "",
quietly = FALSE,
...
)
Data frame to be passed through. Cannot contain list-columns or nested data frames.
A logical vector for specifying whether to allow row names. Defaults to FALSE.
A logical vector for specifying whether to allow column names. Defaults to FALSE.
Add number to manually expand clipboard size
Set this to TRUE to not print data frame on console
Additional arguments for write.table().