matrixes_same_rows | R Documentation |
Check if the passed entities are matrixes with the same number of rows
matrixes_same_rows(m1, m2)
m1 |
The first matrix |
m2 |
The second matrix |
## Not run:
# For assertion
assertthat::assert_that(qscheck::matrixes_same_rows(m1, m2))
# For check
if (qscheck::matrixes_same_rows(m1, m2)) {}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.