selfcite_check {MDPIexploreR} | R Documentation |
Calculates number of authors selfcitations against all references
Description
Calculates number of authors selfcitations against all references
Usage
selfcite_check(article_url, verbose = TRUE)
Arguments
article_url |
A valid MDPI article url |
verbose |
Logical. If |
Value
A string (class: data.frame
)with the following columns:
- selfcite
The number of articles in references authored by any of the main article authors
- total_ref
Total number of references in the article
Examples
## Not run:
paper_url<-"https://www.mdpi.com/2223-7747/13/19/2785"
sc<-selfcite_check(paper_url)
## End(Not run)
[Package MDPIexploreR version 0.3.0 Index]