summarise_annotations_by_session: Describe results of all Classification/Review sessions

summarise_annotations_by_sessionR Documentation

Describe results of all Classification/Review sessions

Description

Applies summarise_annotations() to all session in the sessions_folder folder.

Usage

summarise_annotations_by_session(
  sessions_folder = getOption("baysren.sessions_folder", "Sessions"),
  remove_empty_columns = TRUE,
  remove_raw_data = TRUE
)

Arguments

sessions_folder

A repository where session folders are stored.

remove_empty_columns

If TRUE, shows change columns even if no changes of that type ever happened.

remove_raw_data

Remove the tot_reviewed_ and total_records_ columns from the output, which store data and column name in machine readable column formats.

Value

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.

Examples

## Not run: 

summarise_annotations_by_session()

## End(Not run)

bakaburg1/BaySREn documentation built on March 30, 2022, 12:16 a.m.