WriteTextFile {hivPlatform} | R Documentation |
Write content of a data table (data frame as well) to a text file.
WriteTextFile(data, fileName, ...)
data |
data.table object to save. Required. |
fileName |
Name of the saved file. Required. |
... |
Additional parameters passed to |
NULL (invisibly)
## Not run: WriteTextFile(data, fileName) ## End(Not run)