# NOT RUN {
select(mtcars, mpg, wt)
#> select: dropped 9 variables (cyl, disp, hp, drat, qsec, ...)
select(mtcars, dplyr::matches("a"))
#> select: dropped 7 variables (mpg, cyl, disp, hp, wt, ...)
# }
Run the code above in your browser using DataLab