Take a subset of the rows of an index table (see mp_index
)
to produce another index table. The mp_subset
function gives rows that
match a certain criterion and mp_setdiff
gives rows that do not match.
See also
Other functions that return index tables
mp_cartesian()
,
mp_index()
,
mp_rename()
,
mp_union()