revdep/library.noindex/baker/new/vroom/bench/fwf/readr-dplyr.R

({ library(readr); library(dplyr) })
x <- read_fwf(file, fields, col_types = types)
print(x)
a <- head(x)
b <- tail(x)
c <- sample_n(x, 100)
d <- filter(x, PERSONS == "06")
e <- group_by(x, STATE) %>% summarise(avg_TOTPUM5 = mean(TOTPUMA5))
zhenkewu/baker documentation built on May 6, 2024, 11:19 p.m.