Copy to clipboard

pbcopy(x)

Arguments

x

Object.

Note

Only works on macOS.

Updated 2020-04-12.

Examples

if (goalie::isMacOS()) { x <- "hello world" pbcopy(x) }