deselect: Remove variables from tibble

Description Usage Arguments Value

Description

\lifecycle

maturing This is a simple negation of 'dplyr::select'.

Usage

1
deselect(.data, ...)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

<tidy-select> One or more unquoted expressions separated by commas. Variable names can be used as if they were positions in the data frame, so expressions like x:y can be used to select a range of variables.

Value

An object of the same type as .data, with the specified columns removed.


Sorenson-Impact/sorensonimpact documentation built on Nov. 6, 2021, 4:25 a.m.