select.dtplyr_step: Subset columns using their names
Description
This is a method for the dplyr select() generic. It is translated to
the j argument of [.data.table.
Usage
# S3 method for dtplyr_step
select(.data, ...)
Arguments
.data
A lazy_dt().
...
<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.