R/snpscope.r

# -----------------------------------------------------------------------------
#' Launch the web app interface
#'
#' Wrapper function to launch the web interface via shiny.
#' @export
runWebApp <- function()
{
	options(shiny.trace=TRUE)
	shiny::runApp(system.file('webapp', package='snpscope'))
}
# -----------------------------------------------------------------------------
jeffbhasin/snpscope documentation built on May 19, 2019, 1:48 a.m.