| run_app | R Documentation |
This function starts the Shiny application included in the EvalTest package, which aims to evaluate diagnostic tests performance.
run_app()
The function does not return a value; it launches a Shiny application.
if (interactive()) {
library(EvalTest)
run_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.