Description Usage Arguments Note Author(s) Examples
Wrapper for writing to windows/OSX clipboards with the most-used defaults for a scandinavian locale.
1 2 3  | write_clipboard(x, ...)
to_clipboard(x, ...)
 | 
x | 
 The data or text to write.  | 
... | 
 Further arguments passed to   | 
This function only works on Windows or OSX, and the data-size cannot exceed 128kb in Windows.
Kristian D. Olsen
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.