Description Usage Arguments Value Examples
Customized write.csv function.
1 |
table |
data.frame, vector, matrix to write |
file |
filename. Include .csv ending |
outputs a table
1 2 3 4 5 | ## Not run:
mymatrix<-matrix(ncol=2, c(1,2,3,4))
write.csv2(examplematrix,"myexample.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.