revdep/library.noindex/baker/new/vroom/bench/all_numeric-long/vroom-base.R

library(vroom)
x <- vroom(file, trim_ws = FALSE, quote = "", escape_double = FALSE, na = character())
print(x)
a <- head(x)
b <- tail(x)
c <- x[sample(NROW(x), 100), ]
d <- x[x$X1 > 3, ]
e <- tapply(x$X1, as.integer(x$X2), mean)
zhenkewu/baker documentation built on May 6, 2024, 11:19 p.m.