retractr

Open Retractions API client

OTHER License

Stars
12

Check Paper Retractions in R

Author: Oliver Keyes, Jay Jacobs License: MIT Status: Stable

retractr provides a client for the Open Retractions dataset of paper retractions.

Example

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")

Installation

The package is soon to be on CRAN, but in the meantime:

devtools::install_github("ironholds/retractr")