write_clipboard.matrix | R Documentation |
Write a matrix to the clipboard with clean formating. Calls write_clipboard.data.frame
.
## S3 method for class 'matrix'
write_clipboard(
x,
digits = 2,
clean_names = T,
clean_what = c("_", "\\."),
pad_digits = T,
print = T,
.rownames = T,
write_to_clipboard = interactive(),
return_modified = F,
capitalize_dimnames = T,
na = ""
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.