0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
vroom
/
bench
/
taxi_writing
/
[
Home
]
File: data.table-multithreaded_gzip.R
{ library(vroom) data <- vroom(file, col_types = c(pickup_datetime = "c")) vroom:::vroom_materialize(data, replace = TRUE) } data.table::fwrite(data, tempfile(fileext = ".gz"), sep = "\t")