-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
21 lines (21 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: restatapi
Type: Package
Title: Search and Retrieve Data from Eurostat Database
Date: 2024-09-30
Version: 0.23.2
Encoding: UTF-8
Authors@R: c(person("Mátyás", "Mészáros", email = "matyas.meszaros@ec.europa.eu", role = c("aut", "cre")),
person("Sebastian", "Weinand", role = "ctb"))
Description: Eurostat is the statistical office of the European Union and provides high quality statistics for Europe.
Large set of the data is disseminated through the Eurostat database (<https://ec.europa.eu/eurostat/web/main/data/database>).
The tools are using the REST API with the Statistical Data and Metadata eXchange (SDMX) Web Services
(<https://wikis.ec.europa.eu/pages/viewpage.action?pageId=44165555>) to search and download data from
the Eurostat database using the SDMX standard.
License: EUPL
Imports: data.table, rjson, xml2
Suggests: chron, knitr, rmarkdown, tinytest, remotes
NeedsCompilation: no
URL: https://github.com/eurostat/restatapi
BugReports: https://github.com/eurostat/restatapi/issues
RoxygenNote: 7.3.1
Packaged: 2021-10-06 08:46:52 UTC; mmeszaros