Nothing
#' @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"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.