powered by
Copies an R object to the clipboard so it can be pasted in elsewhere.
clipit(x)
Nothing but will put the R object into the clipboard as a side effect
object to copy
Jonas LindeLøv posted on twitter. Copied shamelessly by Claus Ekstrom claus@rprimer.dk
Returns nothing but will place the object in the clipboard
if (FALSE) { clipit(mtcars$mpg) }
Run the code above in your browser using DataLab