Learn R Programming

scientoText (version 0.1)

author_info: 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

g index h index

Examples

Run this code
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),',')

Run the code above in your browser using DataLab