remove_attrDefLabelGroup: Remove a label group from an attribute definition. (A copy of...

remove_attrDefLabelGroupR Documentation

Remove a label group from an attribute definition. (A copy of the emuR function)

Description

Add / List / Remove label group to / of / from a specific attribute definition. This label group can be used as a short hand to reference groups of labels specific to an attribute definition (compared to global label groups that are added by add_labelGroup) in a query. A common example would be to add a label group for something like the phonetic category of nasals to be able reference them as "nasals" in a query. For more information on the structural elements of an emuDB see vignette(emuDB).

Usage

remove_attrDefLabelGroup(
  emuDBhandle,
  levelName,
  attributeDefinitionName,
  labelGroupName
)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

levelName

name of level

attributeDefinitionName

name of attributeDefinition

labelGroupName

name of label group

See Also

emuR::remove_attrDefLabelGroup


humlab-speech/reindeer documentation built on May 21, 2023, 4:43 p.m.