R/macos-pbcopy.R
pbcopy.Rd
Copy to clipboard
pbcopy(x)
Object.
Only works on macOS.
Updated 2022-10-20.
## > if (goalie::isMacos()) { ## > x <- "hello world" ## > pbcopy(x) ## > }