After running running the Data Quality dashboard R program I got the respective json file. So, my question is: is there any visualizer for this json file?
Thanks
OHDSI Home | Forums | Wiki | Github |
After running running the Data Quality dashboard R program I got the respective json file. So, my question is: is there any visualizer for this json file?
Thanks
while in RStudio
library(shiny)
then
DataQualityDashboard::viewDqDashboard(
jsonPath = file.path(“D:/omop/resultFileDirectory”,“nameOfJasonFile.json”)
)