viewDqDashboard: View DQ Dashboard
Description
View DQ Dashboard
Usage
viewDqDashboard(jsonPath, launch.browser = NULL, display.mode = NULL, ...)
Value
NULL (launches Shiny application)
Arguments
- jsonPath
The fully-qualified path to the JSON file produced by executeDqChecks
- launch.browser
Passed on to shiny::runApp
- display.mode
Passed on to shiny::runApp
- ...
Extra parameters for shiny::runApp() like "port" or "host"