This is a function that sends a table-like object to the clipboard to paste it quickly on an external program.
clip(x, sep = "\t", row.names = FALSE, quote = FALSE, ...)
No output. The results is printed to the clipboard.
x is a table a matrix or a data.frame to send to clipboard
Type of separator for the output
Logical value (T/F) to include or exclude row names
logical value to print or exclude quotation marks.
other arguments passed to write.table
function
Charles-Édouard Giguère