run_vvdoctor {vvdoctor} | R Documentation |
Run the Statistical Test App
Description
This function starts the Shiny app, which allows users to upload data and perform statistical tests on the dataset.
Usage
run_vvdoctor()
Value
No return value, the function runs the Shiny app
Examples
if (interactive()) {
run_vvdoctor()
}
[Package vvdoctor version 0.0.1 Index]