| summarise_annotations | R Documentation | 
Take a session identifier as input and describe the changes in the number of
positive and negative matches after each Classification/Review iteration. It
is necessary to run consolidate_results() before this command, otherwise
the results would not consider the changes made through the manual review of
the automatic classification.
summarise_annotations(
  session_name,
  sessions_folder = getOption("baysren.sessions_folder", "Sessions"),
  remove_empty_columns = TRUE,
  remove_raw_data = TRUE
)
session_name | 
 A session identifier corresponding to folders into the
  | 
sessions_folder | 
 Where to find the   | 
remove_empty_columns | 
 If   | 
remove_raw_data | 
 Remove the   | 
A data frame reporting for a 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("Session1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.