The goal of reviewer is to provide an RStudio addin that will allow a user to review the track-changes elements in a Microsoft Word .docx file and then convert thereviewed document to markdown. The addin uses Pandoc, which must be installed.
You can install the released version of reviewer from GitHub with:
# install.packages("devtools")
devtools::install_github("adam-gruer/reviewer")
This is a basic example which shows you how to solve a common problem:
reviewer()