R/run_vvdoctor.R
run_vvdoctor.Rd
This function starts the Shiny app, which allows users to upload data and perform statistical tests on the dataset.
run_vvdoctor()
No return value, the function runs the Shiny app
if (interactive()) { run_vvdoctor() }