selfcite_check {MDPIexploreR} | R Documentation |
Calculates number of authors selfcitations against all references
selfcite_check(article_url, verbose = TRUE)
article_url |
A valid MDPI article url |
verbose |
Logical. If |
A string (class: data.frame
)with the following columns:
The number of articles in references authored by any of the main article authors
Total number of references in the article
paper_url<-"https://www.mdpi.com/2223-7747/13/19/2785"
sc<-selfcite_check(paper_url)