Build the data.frame from a directory with the annotations made with annotator_app().

tidy_annotations(annotations_dir)

Arguments

annotations_dir

atomic character. Path to the annotations directory.

Value

tibble which each row is an annotation.

Examples

library(mestrado) annotation_dir <- system.file("annotations", package = "mestrado") annotation_tibble <- tidy_annotations(annotation_dir)