gen_url_ebsco: Generates URL with query string for Ebsco API

View source: R/search_ebsco.R

gen_url_ebscoR Documentation

Generates URL with query string for Ebsco API

Description

Generates URL with query string for Ebsco API

Usage

gen_url_ebsco(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.