Description Usage Arguments Author(s) See Also Examples
Creates a .csv-formatted file with the data. The file will be
created in your current working directory (see ?getwd and
?setwd), unless specified otherwise by file
. Note that
if the file
field does not end in .csv, ".csv" will be
appended to the end of file
1 |
data |
a data frame or matrix etc. |
file |
The name of the .csv file to be created. |
Wen Chen and Joshua Simpson.
1 2 3 4 5 | data(ITS1)
## Not run:
write.data(ITS1, "my_file_name.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.