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
Returns nothing but will place the object in the clipboard
if (FALSE) { # \dontrun{
clipit(mtcars$mpg)
} # }