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