ReadTextFile {hivPlatform} | R Documentation |
Read content of a (tab delimited: see parameters) text file.
ReadTextFile(fileName, ...)
fileName |
Name of file to read. Required. |
... |
Additional parameters passed to |
data.table object.
## Not run: ReadTextFile(fileName) ## End(Not run)