Learn R Programming

revtools (version 0.2.2)

review_info-class: Description of class 'review_info'

Description

Class 'review' is an S3 class designed to store data from the shiny app launched by start_review_window. This is important because it stores the many decisions that users might make about inclusion or exclusion of individual references from the corpus, information that will be needed for later stages of the review. Class review_info can also be passed to start_review_window to continue working on a previously altered dataset.

Arguments

slots

Class 'review_info' has five slots containing the following information:

  • info duplicate of data passed to start_review_window

  • dtm document-term matrix, created by make_DTM

  • model most recent topic model

  • plotinfo data listing points to be plotted in start_review_window

  • infostore data listing decisions about inclusion/exclusion of references, words or topics