View source: R/02_labels_unique.R
| labels_unique | R Documentation |
Returns the unique classifications in the document
labels_unique(data, info = "all")
data |
character or WebAnnoTSV. The contents of a WebAnno TSV v3.3 file as
created by |
info |
character. A choice of "labels", "relations" and "all" on what to extract. |
list. With up to two elements, $labels and $relations, containing the respective elements.
example = arete_data("annotations")[[1]]
labels_unique(example, info = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.