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 = "MetaboSeeker"))
shutinet/MetaboSeeker documentation built on Sept. 9, 2020, 12:41 a.m.