disambr_set_attr: Adds attribures to the set with data.table::setattr

View source: R/disambr_sets.r

disambr_set_attrR Documentation

Adds attribures to the set with data.table::setattr

Description

Adds attribures to the set with data.table::setattr

Usage

disambr_set_attr(
  focal_set,
  ...,
  check_attr_names_prefix = TRUE,
  attr_names_prefix = "disambr_set_"
)

Arguments

focal_set

Set to add attribute to

...

Named attributes

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

focal_set


stasvlasov/disambr documentation built on Aug. 10, 2022, 12:03 p.m.