search_pubmed: Perform a focused pubmed search to identify the PMID...

View source: R/search_pubmed.R

search_pubmedR Documentation

Perform a focused pubmed search to identify the PMID associated with specified authors or registry identifiers.

Description

Search pubmed to identify PMID associated with specified authors or registry identifiers.

Usage

search_pubmed(
  search_type = "author",
  search_list,
  date_min = NULL,
  date_max = Sys.Date(),
  keywords = NULL
)

Arguments

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).

Value

Vector of pubmed identifiers (PMID)


kamclean/impactr documentation built on Jan. 11, 2023, 2:51 p.m.