Checks if sets with certain attribures are present

disambr_in_sets(
  sets,
  ...,
  match_attr_value_parcially = FALSE,
  check_attr_names_prefix = TRUE,
  attr_names_prefix = "disambr_set_"
)

Arguments

sets

Sets to filter on sets attributes

...

Named sets attributes to filter sets on

match_attr_value_parcially

whether attribute values can be matched partially

check_attr_names_prefix

Whether to check for short names of attributes. See attr_names_prefix.

attr_names_prefix

If name does not start with this prefix (default is 'disambr_set_'), it will add this prefix before attribute name.

Value

logical vector of length length(sets)