Description Usage Arguments Value Examples
Using 'Digital Object Identifiers', check for retracted (or otherwise updated) articles using 'Open Retractions' <http://openretractions.com>.
Using the http://openretractions.com API, this function checks whether a DOI has been updated, when that update was made, and what type of update was made.
| 1 | retractcheck(dois, database = "or", return = "unique")
 | 
| dois | Character. Vector of containing only DOIs | 
| database | Character. Abbreviation of the databases to search
( | 
| return | Character. If  | 
retractcheck data.frame
| 1 2 3 4 5 6 |   retractcheck(c('10.1002/job.1787',
                 '10.1111/j.1365-2044.2012.07128.x'))
  retractcheck(c('10.1002/job.1787',
                 '10.1111/j.1365-2044.2012.07128.x'),
                 return = 'all')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.