inst/bench/taxi_writing/readr-uncompressed.R

{
  library(vroom)
  data <- vroom(file, col_types = c(pickup_datetime = "c"))
  vroom:::vroom_materialize(data, replace = TRUE)
}

readr::write_tsv(data, tempfile(fileext = ".tsv"))

Try the vroom package in your browser

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

vroom documentation built on Nov. 5, 2025, 7:46 p.m.