powered by
Get author rank in authors list.
author_position(authorlist, author)
dataframe with author's position and normalized position (a normalized index, with 0 corresponding, 1 to last and 0.5 to the middle. Note that single authorship will be considered as last, i.e., 1).
list of publication authors
author's name to look for
Dominique Makowski
if (FALSE) { library(scholar) id <- "DO5oG40AAAAJ" authorlist <- scholar::get_publications(id)$author author <- scholar::get_profile(id)$name author_position(authorlist, author) }
Run the code above in your browser using DataLab