author_info {scientoText} | R Documentation |
Authors' Information
Description
It finds top author names and their different performance indicators
Usage
author_info(authors, citations, sep, top = 10, only_first_author = F)
Arguments
authors |
A character vector containing author names |
citations |
A numeric vector containing citations |
sep |
A character pattern separating author names |
top |
The number of top authors |
only_first_author |
Logical. If to find the author list by the first authors |
Value
A list consisting of author names, total instances, total citations, h index, g index, i10 index, max citation
See Also
Examples
authors<-c("Wolf W.R., Lele S.K.",
"Shin D., Yeh X., Khatib O.",
"Aukes D., Heyneman B., Duchaine V., Cutkosky M.R.")
author_info(authors,c(3,4,1),',')
[Package scientoText version 0.1 Index]