powered by
Select columns. To remove columns please see deselect. Also accepts -column notation.
deselect
select_se(.data, colNames)
data.frame
character vector of columns to keep
.data with only selected columns
deselect, select, select_at
select
select_at
# NOT RUN { datasets::mtcars %.>% select_se(., c("cyl", "gear")) %.>% head(.) # essentially dplyr::select_at() data.frame(a=1, b=2) %.>% select_se(., '-b') # }
Run the code above in your browser using DataLab