R/runShinyApp_eventPred.R

Defines functions runShinyApp_eventPred

Documented in runShinyApp_eventPred

#' @title Run Shiny app
#' @description Runs the event prediction Shiny app.
#'
#' @author Kaifeng Lu, \email{kaifenglu@@gmail.com}
#'
#' @export
runShinyApp_eventPred <- function() {
  shiny::shinyAppDir(system.file("shinyApp", package = "eventPred"))
}

Try the eventPred package in your browser

Any scripts or data that you put into this service are public.

eventPred documentation built on June 10, 2025, 5:14 p.m.