R/shiny_plotROC.R

Defines functions shiny_plotROC

Documented in shiny_plotROC

#' Start the plotROC Shiny app
#' 
#' A convenience function to easily start the shiny application. It will open in Rstudio, or in the default web browser.
#' 
#' @export
#' 
shiny_plotROC <- function(){
  
  shiny::runApp(system.file("shinyApp", package = "plotROC"))
  
}
sachsmc/plotROC documentation built on Nov. 18, 2024, 4:28 p.m.