clipit: Copy an object as R-code to the clipboard

clipitR Documentation

Copy an object as R-code to the clipboard

Description

Copies an R object to the clipboard so it can be pasted in elsewhere.

Usage

clipit(x)

Arguments

x

object to copy

Details

Returns nothing but will place the object in the clipboard

Value

Nothing but will put the R object into the clipboard as a side effect

Author(s)

Jonas LindeLøv posted on twitter https://twitter.com/jonaslindeloev/status/1539182627554570240. Copied shamelessly by Claus Ekstrom claus@rprimer.dk

Examples


clipit(mtcars$mpg)


ekstroem/MESS documentation built on July 28, 2023, 4:02 a.m.