Learn R Programming

tidyspec (version 0.1.0)

spec_select: 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, ...)

Value

A data frame containing the selected columns.

Arguments

.data

A data frame containing spectral data.

...

Column selection helpers (e.g., column names, -column_to_exclude).

See Also

[dplyr::select()], [set_spec_wn()]