author_info: Authors' Information

Description Usage Arguments Value See Also Examples

View source: R/author_info.R

Description

It finds top author names and their different performance indicators

Usage

1
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

1
2
3
4
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),',')

scientoText documentation built on May 2, 2019, 1:45 p.m.