Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Robust option for fread not to split lines #1616

Closed
MichaelChirico opened this issue Mar 31, 2016 · 1 comment
Closed

FR: Robust option for fread not to split lines #1616

MichaelChirico opened this issue Mar 31, 2016 · 1 comment
Labels
Milestone

Comments

@MichaelChirico
Copy link
Member

As documented here, fread can be used rather effectively as a tool for reading fixed-width files within its existing framework.

One problem with using sep = "\n", however, is that carriage return is not so uniform across systems/file types (notably, Windows, with uses \r\n).

@dselivanov's PR # 1518 currently addresses this; I'm adding my hat in the ring to vouch for its utility.

There are other uses for this besides reading fixed-width files, but that is the application I see as having the most frequent benefit.

@MichaelChirico
Copy link
Member Author

Closed by #2451

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants