You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the first call to vroom() doesn't crash, but the second does (with a larger guess_max). I'm not sure why this user is splitting by \n since the file uses ; delimiters, but I think they just wanted it to be read in as a single column of text data that they would post process manually.
I assume the problem is not really with guess_max, but somehow vroom is hitting something between lines 101-1000 that it can't handle for some reason.
Extracted from tidyverse/dplyr#5977
For some reason, the first call to
vroom()
doesn't crash, but the second does (with a largerguess_max
). I'm not sure why this user is splitting by\n
since the file uses;
delimiters, but I think they just wanted it to be read in as a single column of text data that they would post process manually.I assume the problem is not really with
guess_max
, but somehow vroom is hitting something between lines 101-1000 that it can't handle for some reason.The text was updated successfully, but these errors were encountered: