read_table silently drops row when reading FWF file #254
Comments
I think this is a duplicate of #146 (or at least the same basic problem). Unfortunately you didn't actually provide a fwf, because you're missing the trailing spaces. This works: read_table("
foo bar baz
1 2 3
4 5 6
7 8 9
", skip = 1) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given a file with the contents:
readr
silently drops the second line:The text was updated successfully, but these errors were encountered: