View source: R/uncategorized_tools.R
df_to_clipboard | R Documentation |
Copy a dataframe to the clipboard.
df_to_clipboard(df, row.names = FALSE, col.names = TRUE, ...)
df |
The data frame you want to put on the clipboard |
row.names |
Indicates whether you want to copy the row names as well, default is FALSE. |
col.names |
Indicates whether you want to copy the column names as well, default is TRUE. |
df_to_clipboard(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.