Hi everyone,
I’m new to R Shiny deployment. Currently, I have executed ‘DataQualityDashboard::executeDqChecks’, generating a JSON file, and I am able to visualize the results using ‘viewDqDashboard(jsonFilePath)’ locally. My next step is to deploy the dashboard to internal server. I am using Windows.
I noticed that typical Shiny apps have ‘ui.R’, ‘server.R’, or ‘app.R’ files. In my folder, I only have an R script and the generated ‘results.json’ file.I came across this link https://github.com/OHDSI/ShinyDeploy/tree/master/DataQualityDashboard which contains an ‘app.R’ and a ‘www’ folder. But I don’t understand these work together with ui.R and server.R.
How can I deploy this dashboard on internal server with ShinyProxy? Where can I find more instruction about the Data Quality dashboard deployment?
Thank you.