Copy an object as R-code to the clipboard
Copies an R object to the clipboard so it can be pasted in elsewhere.
clipit(x)
x
: object to copyNothing but will put the R object into the clipboard as a side effect
Returns nothing but will place the object in the clipboard
## Not run: clipit(mtcars$mpg) ## End(Not run)
Jonas LindeLøv posted on twitter. Copied shamelessly by Claus Ekstrom claus@rprimer.dk