mycsv.mytable.df | R Documentation |
Export to csv file for class "mytable.df"
## S3 method for class 'mytable.df'
mycsv(x, row.names = FALSE, ...)
x |
An object of class "mytable.df" a result of a call to |
row.names |
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. |
... |
further arguments passed to or from other methods. |
## Not run:
require(moonBook)
res=mytable(acs)
mycsv(res,file="test.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.