write_clipboard: Write to Windows/OSX clipboard

Description Usage Arguments Note Author(s) Examples

Description

Wrapper for writing to windows/OSX clipboards with the most-used defaults for a scandinavian locale.

Usage

1
2
3

Arguments

x

The data or text to write.

...

Further arguments passed to write.table.

Note

This function only works on Windows or OSX, and the data-size cannot exceed 128kb in Windows.

Author(s)

Kristian D. Olsen

Examples

1
2
3
4
5
6
## Not run: 
# Only works on Windows and OSX
df <- data.frame("String" = c("A", "B"), "Int" = c(1:2L), "Percent" = c(0.5, 0.75))
to_clipboard(df)

## End(Not run)

itsdalmo/seamless documentation built on May 18, 2019, 7:11 a.m.