tests/testthat/_snaps/vroom_write.md

fails to create file in non-existent directory

Code
  vroom_write(mtcars, file.path(tempdir(), "x", "y"), "\t")
Condition
  Error:
  ! Cannot open file for writing:
  * '<temp>/x/y'

Can change the escape behavior for quotes

Code
  vroom_format(df, "\t", escape = "invalid")
Condition
  Error in `vroom_format()`:
  ! `escape` must be one of "double", "backslash", or "none", not "invalid".


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.