-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 915 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
26
Package: danstat
Type: Package
Title: R Client for the Statistics Denmark Databank API
Version: 0.2.0
Author: Valeri Voev
Maintainer: Valeri Voev <[email protected]>
Description: The purpose of the package is to enable an R function interface into the Statistics Denmark Databank API mainly for research purposes.
The Statistics Denmark Databank API has four endpoints, see here for more information and testing the API in their console: <https://www.dst.dk/en/Statistik/brug-statistikken/muligheder-i-statistikbanken/api>.
This package mimics the structure of the API and provides four main functions to match the functionality of the API endpoints.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
httr,
jsonlite,
readr
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
purrr,
dplyr,
ggplot2,
kableExtra
VignetteBuilder: knitr