View source: R/WriteStataFile.R
WriteStataFile | R Documentation |
Write content of a data table (data frame as well) to a Stata file.
WriteStataFile(data, fileName, ...)
data |
data.table object to save. Required. |
fileName |
Name of the saved file. Required. |
... |
Additional parameters passed to |
NULL (invisibly)
## Not run:
WriteStataFile(data, fileName)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.