-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 807 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: gdldata
Title: 'Global Data Lab' R API
Version: 0.3
Authors@R: c(
person("Global Data Lab", email = "info@globaldatalab.org", role = "cph"),
person("Aaron", "van Geffen", email = "aaron.vangeffen@ru.nl", role = c("aut", "cre")))
Description: Retrieve datasets from the 'Global Data Lab' website <https://globaldatalab.org>
directly into R data frames. Functions are provided to reference available options
(indicators, levels, countries, regions) as well.
Depends:
R (>= 3.4)
Imports:
httr2,
methods
Suggests:
magrittr
URL: https://docs.globaldatalab.org/gdldata/, https://github.com/GlobalDataLab/R-data-api
BugReports: https://github.com/GlobalDataLab/R-data-api/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2