-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 952 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: rwosstarter
Type: Package
Title: An R Client to the Web of Science Starter API
Version: 0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: A client to the 'Web of Science Starter API'
(<https://developer.clarivate.com/apis/wos-starter>) dedicated to retrieve
metadata (including times-cited counts) of scientific publications matching
search terms. It can be used to run a literature synthesis. Note that this
API requires an API Key access (<https://developer.clarivate.com/>).
URL: https://github.com/frbcesab/rwosstarter
BugReports: https://github.com/frbcesab/rwosstarter/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
httr,
jsonlite,
utils