intersect_list {narray} | R Documentation |
Intersects a lits of arrays for common dimension names
intersect_list(l., along = 1, drop = FALSE, fail_if_empty = TRUE)
l. |
List of arrays to perform operations on |
along |
The axis along which to intersect |
drop |
Drop unused dimensions on result |
fail_if_empty |
Stop if intersection yields empty set |