filter_match {MultIS}R Documentation

Filters for columns containing a certain substring.

Description

Filters for columns containing a certain substring.

Usage

filter_match(dat, match = "E2P11")

Arguments

dat

The readout matrix to filter.

match

The substring that columns must match.

Value

A readout matrix that only contains the columns whose names contain the substring.


[Package MultIS version 0.6.2 Index]