Description Usage Arguments Examples
View source: R/file_functions.R
Write a CSV file using write.csv
(see write.table
with different defaults.
Specifically, NA values are empty, row names are excluded and the *.CSV file extention is added if not found in the file name.
The file name can default to a name derived from the name of the first argument.
1 |
x |
Matrix or data.frame |
file |
File name, perhaps without .CSV extention. Defaults to name of first argument. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.