| show_authors | R Documentation |
show of authors on the paper
show_authors(x)
x |
the list returned from a Mendeley public search method |
a vector of the authors in each of the publications included in the returned list
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.