filter_measurement_names: Splits a vector of strings by a given regexp, selects and...

Description Usage Arguments Value

View source: R/filter_functions.R

Description

Splits a vector of strings by a given regexp, selects and rearranges the parts and joins them again

Usage

1
filter_measurement_names(dat, elems = c(1, 3), by = "_")

Arguments

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.

Value

A matrix where the names of the columns are split by the given string, rearranged and again joined by the string.


MultIS documentation built on Aug. 6, 2021, 5:07 p.m.