Hadley Wickham

Results 2590 comments of Hadley Wickham

Would you mind making this a self-contained reprex?

Thanks! A little simple/focussed on the specific problem: ``` r vroom::vroom( I(c('A,B,C', 'd,e,"f', 'g,h,i')), quote = '"', show_col_types = FALSE ) #> # A tibble: 0 × 3 #> #...

I see this too. Slighty improve tweaked reprex below: ``` r library(vroom) times 2 85 30 1 date like %d%b%Y:%H:%M:%OS 01FEB2015:01:08:45 /private/tmp… #> 3 132 30 1 date like %d%b%Y:%H:%M:%OS...

Note that this is a windows specific issue.

It doesn't currently, but it looks like it might not be too much work to add it, when we're next working on xml2.

`xml_length()` returns a vector the same length as its input. It's the length of each element of the nodeset, not the length of the nodeset.

Can you please provide a minimal reprex (*repr*oducible *ex*ample)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that...

Can you please provide a minimal reproducible example using the [reprex](http://reprex.tidyverse.org) package? The goal of a reprex is to make it as easy as possible for me to recreate your...