-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·44 lines (44 loc) · 1.29 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
35
36
37
38
39
40
41
42
43
44
Package: nettskjemar
Type: Package
Title: Connect to the 'nettskjema.no' API of the University of Oslo
Version: 0.1.4.008
Authors@R: c(
person("Athanasia Mo", "Mowinckel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5756-0223")),
person("Trym Nohr", "Fjørtoft",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7654-4587"))
)
Description: Enables users to retrieve data, meta-data, and codebooks
from <https://nettskjema.no/>. The data from the API is richer than from the
online data portal. Mowinckel (2021) <doi:10.5281/zenodo.4745481>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.4)
Imports:
dplyr,
tidyr,
httr,
jsonlite,
purrr,
pbapply,
tools,
base64enc
Suggests:
knitr,
rmarkdown,
usethis,
skimr,
visdat,
testthat (>= 2.1.0),
covr,
spelling,
vcr (>= 0.6.0)
RoxygenNote: 7.1.1
URL: https://github.com/LCBC-UiO/nettskjemar, https://zenodo.org/badge/latestdoi/206264675
BugReports: https://github.com/LCBC-UiO/nettskjemar/issues
VignetteBuilder: knitr
Language: en-US