intersect_list: Intersects a lits of arrays for common dimension names

View source: R/intersect_list.r

intersect_listR Documentation

Intersects a lits of arrays for common dimension names

Description

Intersects a lits of arrays for common dimension names

Usage

intersect_list(l., along = 1, drop = FALSE, fail_if_empty = TRUE)

Arguments

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


mschubert/narray documentation built on Jan. 12, 2023, 8:26 a.m.