tests/testthat/_snaps/datetime.md

malformed date / datetime formats cause R errors

Code
  vroom(I("x\n6/28/2016"), delim = ",", col_types = list(x = col_date("%m/%/%Y")),
  altrep = FALSE)
Condition
  Error:
  ! Unsupported format
Code
  vroom(I("x\n6/28/2016"), delim = ",", col_types = list(x = col_datetime(
    "%m/%/%Y")), altrep = FALSE)
Condition
  Error:
  ! Unsupported format


Try the vroom package in your browser

Any scripts or data that you put into this service are public.

vroom documentation built on Jan. 27, 2026, 5:09 p.m.