-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.24 KB
/
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
26
27
28
29
30
31
32
33
34
Package: susR
Title: Interface for Accessing the Open Data of Slovak Statistical Office via API
Version: 0.0.3
Authors@R:
person("Arnold", "Kakas", , "[email protected]", role = c("aut", "cre", "cph"))
Description: susR provides an R interface to the Slovak Statistical Office (Statisticky Urad Slovenskej Republiky - SUSR) open data API, enabling users to effortlessly search for, retrieve, and parse publicly available statistical datasets and their metadata. By combining convenient helper functions and robust request handling, the package simplifies the tasks of discovering available tables, retrieving dimension codes, extracting valid dimension elements, and ultimately querying custom data selections. This ensures a reproducible, streamlined workflow for analyzing official Slovak statistical data right within R.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2,
tidyr,
gganimate,
plotly,
stringr
Config/testthat/edition: 3
Imports:
httr2,
dplyr,
purrr,
readr,
rjstat,
utils,
tibble,
jsonlite,
sf
VignetteBuilder: knitr
URL: https://arnold-kakas.github.io/susR/
Depends:
R (>= 2.10)