Learn R Programming

EvalTest (version 1.0.5)

run_app: 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()

Arguments

Value

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

Examples

Run this code
if (interactive()) {
  library(EvalTest)
  run_app()
}

Run the code above in your browser using DataLab