Skip to contents

Copy to clipboard

Usage

pbcopy(x)

Arguments

x

Object.

Note

Only works on macOS.

Updated 2022-10-20.

Examples

## > if (goalie::isMacos()) {
## >     x <- "hello world"
## >     pbcopy(x)
## > }