disambr_subsets | R Documentation |
Filters list of sets
disambr_subsets( sets_list, attribute_value_list, which_to_return = c("all", "first", "last"), negate_subsets = FALSE )
sets_list |
list of sets |
attribute_value_list |
list of attribute values where list elements name correspond attribute names used for filtering sets |
which_to_return |
whether to return "all", "first" or "last" set from filtered sets |
negate_subsets |
whether to return sets that was not matched insted |
list of sets or set if which_to_return
is either "first" or "last"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.