intersect_list {narray}R 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


[Package narray version 0.5.1 Index]