Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

clip

Send to clipboard


Description

This is a function that sends a table-like object to the clipboard to paste it quickly on an external program.

Usage

clip(x, sep = "\t", row.names = FALSE, quote = FALSE, ...)

Arguments

x

x is a table a matrix or a data.frame to send to clipboard

sep

Type of separator for the output

row.names

Logical value (T/F) to include or exclude row names

quote

logical value to print or exclude quotation marks.

...

other arguments passed to write.table function

Value

No output. The results is printed to the clipboard.

Author(s)

Charles-Édouard Giguère

Examples

clip(iris[1:6,])

CUFF

Charles's Utility Function using Formula

v1.7
GPL (>= 2)
Authors
Charles-Édouard Giguère
Initial release
2020-09-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.