vroom will only fail to parse a file if the file is invalid in a way that is unrecoverable. However there are a number of non-fatal problems that you might want to know about. You can retrieve a data frame of these problems with this function.
Arguments
- x
A data frame from
vroom::vroom()
.- lazy
If
TRUE
, just the problems found so far are returned. IfFALSE
(the default) the lazy data is first read completely and all problems are returned.