I want to write:
fread(
"x<SEP>y\n1<SEP>a\n2<SEP>b",
sep = "<SEP>"
)
This gives the error message
Error in fread("x<SEP>y\n1<SEP>a\n2<SEP>b", sep = "<SEP>") :
'sep' must be 'auto' or a single character
Real-world example of a dataset that uses <SEP> as a column separator:
http://labrosa.ee.columbia.edu/millionsong
I want to write:
This gives the error message
Real-world example of a dataset that uses
<SEP>as a column separator:http://labrosa.ee.columbia.edu/millionsong