select.linelist {linelist} | R Documentation |
Subset columns of a linelist object
Description
This function was deprecated to ensure full compatibility with the default
dplyr::select()
methods. The tag selection feature is now possible via the
has_tag()
selection helper.
Usage
## S3 method for class 'linelist'
select(.data, ..., tags)
Arguments
.data |
a |
... |
the variables to select, using |
tags |
It is now recommended to
leverage the |
Value
The function returns a linelist
with selected columns.
See Also
-
tags_df()
to return adata.frame
of all tagged variables
[Package linelist version 1.1.4 Index]