revdep/library.noindex/baker/new/vroom/bench/taxi_writing/vroom-uncompressed.R

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

vroom_write(data, tempfile(fileext = ".tsv"), delim = "\t")
zhenkewu/baker documentation built on May 6, 2024, 11:19 p.m.