Description Usage Arguments Value
View source: R/filter_functions.R
Splits a vector of strings by a given regexp, selects and rearranges the parts and joins them again
1 | filter_measurement_names(dat, elems = c(1, 3), by = "_")
|
dat |
The readout matrix to filter. |
elems |
The elements to select. They are rearrange in the order that is given via this argument. |
by |
The string used for splitting the names of the columns. |
A matrix where the names of the columns are split by the given string, rearranged and again joined by the string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.