View source: R/analysis_information.R
queryPubMed | R Documentation |
Query the PubMed REST API
queryPubMed(primary, ..., top = 3, field = "abstract", sort = "relevance")
primary |
Character: primary search term |
... |
Character: other relevant search terms |
top |
Numeric: number of articles to retrieve |
field |
Character: field of interest where to look for terms
( |
sort |
Character: sort by a given parameter ( |
Parsed response
psichomics:::queryPubMed("BRCA1", "cancer", "adrenocortical carcinoma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.