View source: R/general_misc_utils.R
fast.write.csv | R Documentation |
Write object in CSV file
fast.write.csv(dat, file, row.names = TRUE)
dat |
An R data object (e.g., list, data frame) |
file |
(Character) The name of the CSV file. |
row.names |
(Logical) Add row names as column ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.