Initial commit
This commit is contained in:
commit
3cba772836
1341 changed files with 532924 additions and 0 deletions
15
API/get_data_fea_fremd.R
Normal file
15
API/get_data_fea_fremd.R
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
library(formr)
|
||||
source("../apikey.R")
|
||||
formr_api_authenticate(host = "https://diagnostik.karneboge.de/api", verbose = F)
|
||||
|
||||
daten_fea_fremd=formr_api_results(
|
||||
run_name = "FEA-Fremd",
|
||||
"fea_fremd",
|
||||
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