| select.ir | R Documentation |
ir objects using column names and typesSubset columns in ir objects using column names and types
select.ir(.data, ...)
.data |
An object of class |
... |
< |
.data with the selected columns. If the spectra column is dropped,
the ir class is dropped, else the object is of class ir.
dplyr::select()
Other tidyverse:
arrange.ir(),
distinct.ir(),
extract.ir(),
filter-joins,
filter.ir(),
group_by,
mutate-joins,
mutate,
nest,
pivot_longer.ir(),
pivot_wider.ir(),
rename,
rowwise.ir(),
separate.ir(),
separate_rows.ir(),
slice,
summarize,
unite.ir()
## select dplyr::select(ir_sample_data, spectra) dplyr::select(ir_sample_data, holocellulose) # drops ir class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.