gen_url_pm: Generates URL with query string for pubmed API

View source: R/search_pubmed.R

gen_url_pmR Documentation

Generates URL with query string for pubmed API

Description

Generates URL with query string for pubmed API

Usage

gen_url_pm(searchterm, datefrom = Sys.Date() - 365, dateto = Sys.Date() - 1)

Arguments

searchterm

text of the query

datefrom

from date appeared online (default = 1 year ago from today), format YYYY/MM/DD

dateto

to date appeared online (default = today), format YYYY/MM/DD

Value

string, a URL to search pubmed for a particular term between two given dates


FoodStandardsAgency/lit-fetch documentation built on June 29, 2024, 12:46 a.m.