spec_select {tidyspec} | R Documentation |
Select Specific Columns in a Spectral Data Frame
Description
This function selects user-specified columns from a spectral dataset, always ensuring that the wavenumber column ('wn_col') is included, unless explicitly excluded.
Usage
spec_select(.data, ...)
Arguments
.data |
A data frame containing spectral data. |
... |
Column selection helpers (e.g., column names, -column_to_exclude). |
Value
A data frame containing the selected columns.
See Also
[dplyr::select()], [set_spec_wn()]
[Package tidyspec version 0.1.0 Index]