gen_url_scopus: Scopus generate URL

View source: R/search_scopus.R

gen_url_scopusR Documentation

Scopus generate URL

Description

Scopus generate URL

Usage

gen_url_scopus(
  searchterm,
  datefrom = Sys.Date() - 365,
  dateto = Sys.Date() - 1,
  cursor = "*"
)

Arguments

searchterm

string with search term

datefrom

search articles published from (default one year ago)

dateto

search articles published until (default today)

cursor

code for cursor (defaults to asterisk for first page)

Value

a string with the URL to hit


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