View source: R/selfcite_check.R
selfcite_check | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.