compare_boolean: Compare the rows of a matrix with a pattern
Description
Compare the rows of a matrix with a pattern
Usage
compare_boolean(object, pattern)
Value
logical vector if the pattern matches the rows
Arguments
- object
matrix
- pattern
pattern which is compared against the rows of the matrix