wos_search: Run a search query to the Web of Science Web Services Lite...

Description Usage Arguments Value See Also

View source: R/wos_search.R

Description

Run a search query to the Web of Science Web Services Lite API

Usage

1
2
3
wos_search(sid, query = "", api = "lite", editions = if (api ==
  "lite") c("SCI", "ISTP", "ISSHP", "IC"),
  url = "http://search.webofknowledge.com")

Arguments

sid

session id generated by a previous call to wos_authenticate

query

query text

api

the API type. Only "lite" is supported for now

editions

search collection editions to query against

url

url of WoS service (to be used with a proxy)

Value

a list with two elements : the number of results, and the generated query id.

See Also

wos_authenticate, wos_retrieve


juba/rwos documentation built on Oct. 17, 2020, 7:48 p.m.