-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Submitted by: Matthew Forrest; Assigned to: Nobody; R-Forge link
This has come up in forums a couple of times. Basically it would be fantastic to be able to use sep="" in fread to use multiple whitespaces as the separator analogously to how it works in read.table. Sometimes one cannot get away from data files which have multiple spaces as column separators to make it easy for humans to read, but not so much for fread!
I know it is on Matt Dowle's radar since this stackoverflow post (which also has a handy workaround)
but I thought I would formalise it into a feature request here. Also, thanks for data.table, it is great!
complexgenome