Filters list of sets
disambr_subsets(
sets_list,
attribute_value_list,
which_to_return = c("all", "first", "last"),
negate_subsets = FALSE
)
list of sets
list of attribute values where list elements name correspond attribute names used for filtering sets
whether to return "all", "first" or "last" set from filtered sets
whether to return sets that was not matched insted
list of sets or set if which_to_return
is either "first" or "last"