show_authors: show of authors on the paper

View source: R/utilities.R

show_authorsR Documentation

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

## 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)

ropensci/RMendeley documentation built on May 18, 2022, 8:58 a.m.