run_app: Launch the EvalTest Shiny application

View source: R/run_app.R

run_appR Documentation

Launch the EvalTest Shiny application

Description

This function starts the Shiny application included in the EvalTest package, which aims to evaluate diagnostic tests performance.

Usage

run_app()

Value

The function does not return a value; it launches a Shiny application.

Examples

if (interactive()) {
  library(EvalTest)
  run_app()
}


EvalTest documentation built on Nov. 17, 2025, 5:06 p.m.