R/shiny_app.R

Defines functions shiny_app

Documented in shiny_app

#' shiny app for igfuns
#'
#' @return shiny app
#' @export
#' @import shiny
#'
#' @examples
shiny_app <- function() {
  app_dir <- system.file("app", package = "igfuns")
  shiny::runApp(app_dir, display.mode = "normal")
}
thierrycnam/igfuns documentation built on May 4, 2020, 3:21 a.m.