This function starts the Shiny app, which allows users to upload data and perform statistical tests on the dataset.

run_vvdoctor()

Value

No return value, the function runs the Shiny app

Examples

if (interactive()) {
  run_vvdoctor()
}