pbcopy: Copy to clipboard

View source: R/macos-pbcopy.R

pbcopyR Documentation

Copy to clipboard

Description

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)
}

mjsteinbaugh/devtools documentation built on Jan. 5, 2024, 11:09 a.m.