data_write | R Documentation |
Save data using write.table function
data_write(data, rowname = FALSE, colname = TRUE)
rowname |
either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written. |
colname |
either a logical value indicating whether the column names of x are to be written along with x, or a character vector of column names to be written. |
file |
the file to be saved, usually a data frame or a matrix |
Zhonghui Gai
data_write(mtcars, T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.