Description Usage Arguments Value Examples
Extract author information from a saved search.
1 | see.authors(search = NULL, results = NULL, index = 'article.titles')
|
search |
a string or regular expression which identifies paper(s) to open in search results |
results |
saved search results from a search.pubmed( ) call |
index |
results column to search in saved search results |
tibble
1 2 3 4 5 6 7 8 | ## save search
#saved.search <- search.pubmed(term = 'baby')
##see authors from article with 'Postnatal' title
#see.authors('Postnatal', results = saved.search)
## see authors from article with "Children's" in abstract
#see.authors("Children's", results = saved.search, index = 'article.abstracts')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.