Skip to content

Support multi-character sep argument #2011

@richierocks

Description

@richierocks

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions