参数:x
the list returned from a Mendeley public search method
一个的Mendeley公共搜索方法返回的列表
值----------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)