R/launch_app.R

Defines functions launch_app

Documented in launch_app

#' @title Launch the shiny app
#' 
#' @description
#' Launch the shiny app
#'
#' @export
#' @examples
#' \dontrun{launch_app()}
launch_app <- function() shiny::runApp(
    system.file("shiny_app", package = "metabSeek"))
shutinet/metabSeek documentation built on Sept. 5, 2020, 12:57 a.m.