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

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

write.table(data, tempfile(fileext = ".tsv"), sep = "\t", quote = FALSE, row.names = FALSE)
zhenkewu/baker documentation built on May 6, 2024, 11:19 p.m.