WriteDataFile {hivEstimatesAccuracy} | R Documentation |
Write content of a data table to file, currently only text file.
It is a wrapper around WriteTextFile
.
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)