This library is a prototype to demonstrate how to access the BETA movisensXS Api in R.
install.packages("devtools")
library(devtools)
devtools::install_github('movisens/movisensxs-R2REST-Adapter')
library(movisensR2RESTAdapter)
test.conf.studyId <- 5192
test.conf.apikey <-'TODO' # write to xs@movisens.com to request access
test.conf.serverURL <- 'https://xs.movisens.com'
result <- downloadOverallSubjectiveDataAsJson(test.conf.serverURL, test.conf.studyId, test.conf.apikey)