Description Usage Arguments Value See Also
View source: R/filter_functions.R
Shortens the rownames of a readout matrix to the shortest distinct prefix
1 | filter_is_names(dat, by = "[_():]|[^_():]*")
|
dat |
The readout matrix for which the names should be filtered. |
by |
The regexp used to split the names. |
A matrix with the names filtered to the shortest unique prefix.
filter.names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.