Author: Oliver Keyes, Jay Jacobs
License: MIT
Status: Stable
retractr
provides a client for the Open Retractions dataset of paper retractions.
This is a basic example which shows you how to solve a common problem:
library(retractr)
retraction_result <- check_retraction(doi = "10.7860/JCDR/2013/4833.2724")
The package is soon to be on CRAN, but in the meantime:
devtools::install_github("ironholds/retractr")