powered by
deselect columns. To keep columns please see select_se.
select_se
deselect(.data, colNames)
data.frame
character vector of columns to remove
.data without deselected columns
select_se, select, select_at
select
select_at
# NOT RUN { datasets::mtcars %.>% deselect(., c("cyl", "gear")) %.>% head(.) # essentially dplyr::select( datasets::mtcars, -cyl, -gear) # }
Run the code above in your browser using DataLab