Overview

AbstractScreening is a R-Shiny application which can assisst in the automated screening of abstracts as part of a systematic literature review procedure.

Installation

You can install the AbstractScreening tool from github with:

# install.packages("devtools")
devtools::install_github("openefsa/abstractScreening")

Run

To run it, you can use this line:

AbstractScreening::runShiny()