make_pubmed_query: Make a Pubmed's query

Description Usage Arguments Value

View source: R/import_pubmed.R

Description

Make a Pubmed's query

Usage

1
2
3
4
make_pubmed_query(author_lastname, author_firstname = NULL,
  affiliation = NULL, year_end = NULL, year_start = NULL,
  other_query = NULL, publication_type = c("Journal Article", "Review",
  "Editorial"))

Arguments

author_lastname

The lastname of the author

author_firstname

The firstname or the first letter of the firstname of the author

year_end

Last year of search, by default the current year

year_start

The first year of search, by default 2 years before the year_end

other_query

Any arbitrary query for pubmed

affiliaion

A character vector with the affiliations of the author. By default NA (not used).

Value

A character vector of length one with a query suitable for pubmed


jomuller/rigaps documentation built on May 29, 2019, 12:39 p.m.