check_same_n: Check element dimension
Description
Checks if the elements in ...
have the same dimension.
Usage
check_same_n(..., omit_null = TRUE)
Arguments
- ...
(data.frame
or vector
)
any data frames or vectors.
- omit_null
(flag
)
whether NULL
elements in ...
should be omitted from the check.