powered by
Calculates number of authors selfcitations against all references
selfcite_check(article_url, verbose = TRUE)
A string (class: data.frame)with the following columns:
data.frame
The number of articles in references authored by any of the main article authors
Total number of references in the article
A valid MDPI article url
Logical. If TRUE, informative messages will be printed during the function execution. Defaults to TRUE.
TRUE
if (FALSE) { paper_url<-"https://www.mdpi.com/2223-7747/13/19/2785" sc<-selfcite_check(paper_url) }
Run the code above in your browser using DataLab