Description Usage Arguments Value Examples
View source: R/see.citations.R
Extract author information from a saved search.
1 | see.citations(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 |
... |
optional arguments passed to rcrossref::cr_cn |
tibble
1 2 3 4 5 6 7 8 9 10 11 | ## save search
#saved.search <- search.pubmed(term = 'baby')
##see citations from article with 'Postnatal' title
#see.citations('Postnatal', results = saved.search)
## see citations from article with "Children's" in abstract
#see.citations("Children's", results = saved.search, index = 'article.abstracts')
## see citations from article with "Children's" in abstract in text format
#see.citations("Children's", results = saved.search, index = 'article.abstracts', format = 'text')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.