"git@gitlab.miracum.org:miracum/dqa/dqagui.git" did not exist on "836270a7c314c8d6c8979ec61d4542544ebbb124"
Changed dev version
Jonathan Mang authored
836270a7

DQAgui (!!! currently under development !!!)

pipeline status coverage report

This is the repository of the R package 'DQAgui'. It provides a graphical user interface to the functionalities implemented in 'DQAstats'.

Currently, this packages is to be used together with the R packages DQAstat and miRacumDQA in order to work properly. Future work aims to make DQAgui and DQAstats applicable to other EHR data sources than those used within the MIRACUM consortium.

Installation

You can install DQAgui with:

install.packages("devtools")
devtools::install_git("https://gitlab.miracum.org/miracum/dqa/dqastats.git")
devtools::install_git("https://gitlab.miracum.org/miracum/dqa/dqagui.git")

Example

This is a basic example to demonstrate how to perform the data quality assessment with DQAgui:

library(DQAgui)
launch_app()

To open the shiny application in your webbrowser, go to http://localhost:3838.

More Infos: