Initial commit
This commit is contained in:
commit
3cba772836
1341 changed files with 532924 additions and 0 deletions
16
API/get_data_ist_screening_a.R
Normal file
16
API/get_data_ist_screening_a.R
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
library(formr)
|
||||
source("../apikey.R")
|
||||
|
||||
formr_api_authenticate(host = "https://diagnostik.karneboge.de/api", verbose = F)
|
||||
|
||||
daten_ist_screening_a=formr_api_results(
|
||||
run_name = "IST-Screening",
|
||||
"ist_screening_a",
|
||||
compute_scales = FALSE,
|
||||
join = TRUE,
|
||||
remove_test_sessions = TRUE,
|
||||
verbose = FALSE
|
||||
)
|
||||
|
||||
|
||||
formr_api_logout(verbose = FALSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue