tidy_annotations: Tidy Annotations data.frame

Description Usage Arguments Value Examples

View source: R/data_labeling.R

Description

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

Usage

1
tidy_annotations(annotations_dir)

Arguments

annotations_dir

atomic character. Path to the annotations directory.

Value

tibble which each row is an annotation.

Examples

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

Athospd/mestrado documentation built on Jan. 2, 2021, 3:59 a.m.