View source: R/intersect_list.r
intersect_list | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.