View source: R/search_pubmed.R
search_pubmed | R Documentation |
Search pubmed to identify PMID associated with specified authors or registry identifiers.
search_pubmed(
search_type = "author",
search_list,
date_min = NULL,
date_max = Sys.Date(),
keywords = NULL
)
search_type |
Type of search desired (either "author" or "registry_id"). |
search_list |
Vector of search terms (either author last name and initial, or registry identifers). |
date_min |
String of a date in "Year-Month-Day" format to provide a lower limit to search within (default = NULL). |
date_max |
String of a date in "Year-Month-Day" format to provide an upper limit to search within (default = current date). |
keywords |
Vector of keywords or patterns that are required to be present for inclusion (default = NULL). |
Vector of pubmed identifiers (PMID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.