| copy_df | R Documentation | 
This is a pipe-optimised function, that feeds into vivainsights::export(),
but can be used as a stand-alone function.
Based on the original function from https://github.com/martinctc/surveytoolbox.
copy_df(x, row.names = FALSE, col.names = TRUE, quietly = FALSE, ...)
| x | Data frame to be passed through. Cannot contain list-columns or nested data frames. | 
| row.names | A logical vector for specifying whether to allow row names.
Defaults to  | 
| col.names | A logical vector for specifying whether to allow column
names. Defaults to  | 
| quietly | Set this to TRUE to not print data frame on console | 
| ... | Additional arguments for write.table(). | 
Copies a data frame to the clipboard with no return value.
Other Import and Export: 
create_dt(),
export(),
import_query(),
prep_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.