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
Error in UseMethod("collector_value"): no applicable method for 'collector_value' applied to an object of class "c('collector_skip', 'collector')"
#540
Open
ramiromagno opened this issue
Jul 6, 2024
· 0 comments
vroom::vroom(I("a\tb\n"), delim="\t", col_types="c-", skip=1L)
#> Error in UseMethod("collector_value"): no applicable method for 'collector_value' applied to an object of class "c('collector_skip', 'collector')"
vroom::vroom(I("a\tb\n"), delim="\t", col_types="--", skip=1L)
#> Error in UseMethod("collector_value"): no applicable method for 'collector_value' applied to an object of class "c('collector_skip', 'collector')"
Created on 2024-07-06 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: