R/func_launcher.R

Defines functions oracle

Documented in oracle

#' Launch the application
#'
#'@export
oracle <- function(){
  shiny::shinyApp(ui, server)
}
Frederic-gci/shiny4oracle documentation built on April 16, 2022, 3:07 p.m.