This is the harp_list
method for select()
. It
works in exactly the same way except that a harp_list
is returned.
To use this function, the dplyr
package must be attached and the
.harp_list
suffix can be dropped.
Usage
# S3 method for harp_list
select(.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 likex:y
can be used to select a range of variables.