clipit | R Documentation |
Copies an R object to the clipboard so it can be pasted in elsewhere.
clipit(x)
x |
object to copy |
Returns nothing but will place the object in the clipboard
Nothing but will put the R object into the clipboard as a side effect
Jonas LindeLøv posted on twitter. Copied shamelessly by Claus Ekstrom claus@rprimer.dk
## Not run:
clipit(mtcars$mpg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.