summarise_annotations_by_session | R Documentation |
Applies summarise_annotations()
to all session in the
sessions_folder
folder.
summarise_annotations_by_session( sessions_folder = getOption("baysren.sessions_folder", "Sessions"), remove_empty_columns = TRUE, remove_raw_data = TRUE )
sessions_folder |
A repository where session folders are stored. |
remove_empty_columns |
If |
remove_raw_data |
Remove the |
A data frame reporting for each session the number of positive and negative matches after each Classification/Review iteration and the specific changes corresponding to each iteration.
## Not run: summarise_annotations_by_session() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.