Mica provides some web services for handling the data access request (DAR) workflow. The Mica R package exposes data access requests related functions that may be used for reporting:
Setup the connection with Mica, login with a user having permission to administrate data access requests:
library(micar)
m <- mica.login(username="administrator", password="password", url="https://mica-demo.obiba.org")
Get the DAR form that describes the data model:
Get the list of all the data access requests, one column per field:
Or only a single one:
Get the history of changes of a DAR:
Get the amendments of a DAR:
Good practice is to free server resources by sending a logout request: