replace_itemLabels | R Documentation |
Replace the labels of all annotation items, or more specifically
of attribute definitions belonging to annotation items, in an emuDB that
match the provided origLabels
character vector which the
corresponding labels provided by the newLabels
character vector.
The indicies of the label vectors provided are used to match the labels
(i.e. origLabels[i]
will be replaced by newLabels[i]
).
replace_itemLabels(
emuDBhandle,
attributeDefinitionName,
origLabels,
newLabels,
verbose = TRUE
)
emuDBhandle |
emuDB handle object (see load_emuDB) |
attributeDefinitionName |
name of a attributeDefinition of a emuDB where the labels are to be replaced |
origLabels |
character vector containing labels that are to be replaced |
newLabels |
character vector containing labels that are to replaced
the labels of |
verbose |
Show progress bars and further information |
emuR::replace_itemLabels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.