Description Usage Arguments Value Examples
View source: R/data_labeling.R
Build the data.frame from a directory with the annotations made with annotator_app()
.
1 | tidy_annotations(annotations_dir)
|
annotations_dir |
atomic character. Path to the annotations directory. |
tibble which each row is an annotation.
1 2 3 | library(mestrado)
annotation_dir <- system.file("annotations", package = "mestrado")
annotation_tibble <- tidy_annotations(annotation_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.