tidy_annotations.RdBuild the data.frame from a directory with the annotations made with annotator_app().
tidy_annotations(annotations_dir)
| annotations_dir | atomic character. Path to the annotations directory. |
|---|
tibble which each row is an annotation.
library(mestrado) annotation_dir <- system.file("annotations", package = "mestrado") annotation_tibble <- tidy_annotations(annotation_dir)