readr icon indicating copy to clipboard operation
readr copied to clipboard

parse error when using a readr column specification for day

Open hhh71050 opened this issue 1 year ago • 0 comments

read_delim(I("d1\nJanuary 1, 2010"), delim = "|", col_types = cols(d1 = col_date("%B %e, %Y"))) # "%e" not work, but a "%d" works while our documentation says: Day: "%d" (2 digits), "%e" (optional leading space)

hhh71050 avatar Oct 22 '24 03:10 hhh71050