This function uses "tidy select" methods of subsetting the columns of a
dataset. It's another way of doing ds[,vars]
.
# S3 method for CrunchDataset select(.data, ...)
.data | A |
---|---|
... | names of variables in |
.data
with only the selected variables.