-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: restatapi
Type: Package
Title: Search and Retrieve Data from Eurostat Database
Date: 2025-01-27
Version: 0.24.2
Encoding: UTF-8
Authors@R: c(person("Mátyás", "Mészáros", email = "[email protected]", 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.2