Initial commit

This commit is contained in:
Jonas Karneboge 2026-09-22 18:35:43 +02:00
commit 3cba772836
1341 changed files with 532924 additions and 0 deletions

View 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)