OHDSI Home | Forums | Wiki | Github

Viewer for Data quality Dashboard Json file

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”)
)

t