inst/examples/example-dplyr-verbs.R

withr::with_package("dplyr", {
  membersurvey %>% 
    as_tibble() %>% 
    .[c("id", "Q1", "Q2")] %>% 
    filter(Q2 == 2009)
})
andrie/surveydata documentation built on March 13, 2023, 2 a.m.