run_vvdoctor: Run the Statistical Test App

View source: R/run_vvdoctor.R

run_vvdoctorR 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()
}


vvdoctor documentation built on May 29, 2024, 4:29 a.m.