RMendeley (version 1.2)

show_authors: show of authors on the paper

Description

show of authors on the paper

Usage

show_authors(x)

Arguments

x
the list returned from a Mendeley public search method

Value

a vector of the authors in each of the publications included in the returned list

Examples

Run this code
## Not run: 
# me <- authored('Boettiger')
# ## exclude others with same last name:
# really_me <- subset_by_author(me, 'Carl', 'Boettiger')
# ## show co-authors of the searched author, by manuscript
# coauthors <- show_authors(me[really_me])
# ## show unique co-authors
# unique(coauthors)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace