Closed zx8754 closed 9 years ago
Custom input data: Is it really necessary to require a .txt file ending? This may be typical for Windows, but not so much for Linux or Mac.
Also, accept any separator, make use of data.table::fread functionality.
data.table::fread
Any extension, any delimiter should work now - data.table::fread. Updated InputFileFormat.md.
InputFileFormat.md
Custom input data: Is it really necessary to require a .txt file ending? This may be typical for Windows, but not so much for Linux or Mac.
Also, accept any separator, make use of
data.table::fread
functionality.