tidy_write | R Documentation |
This is a wrapper function for write.table
with ‘tidier’ defaults. This is designed to write tables to file that can be easily copied into word processors, such as Microsoft Word.
tidy_write(x, file, quote = FALSE, sep = ",", row.names = FALSE, na = "-", ...)
x , file , quote , sep , row.names , na , ... |
Arguments passed to |
The function writes a table to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.