Description Usage Arguments Examples
Check if two objects have equal number of rows. If there are differences, print the sizes.
| 1 | equal_nrow(x, y)
 | 
| x | First object to check | 
| y | Second object to check | 
| 1 2 3 | x <- 1:10
y <- 1:9
equal_nrow(x, y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.