SubsetRow: Return a subset of rows for a matrix or data frame
Description
Return a subset of rows for a matrix or data frame
Usage
SubsetRow(data, code, invert = FALSE)
Arguments
data
Matrix or data frame with row names
code
Pattern for matching within row names
Value
Returns a subset of data. If invert = TRUE, returns data where rownames
do not contain code, otherwise returns data where rownames contain code