check_same_n {tern} | R Documentation |
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.
|
Value
A logical
value.
[Package
tern version 0.9.5
Index]