View source: R/select.linelist.R
select.linelist | R Documentation |
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.
## S3 method for class 'linelist'
select(.data, ..., tags)
.data |
a |
... |
the variables to select, using |
tags |
It is now recommended to
leverage the |
The function returns a linelist
with selected columns.
tags_df()
to return a data.frame
of all tagged variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.