R/launch_application.R

#' Launch the application
#' @param ... arguments to the shiny::runApp(...)
#' @export

launch_application <- function( ...)
{
  shiny::runApp(appDir = system.file("App", package = "RTestApp"),...
                )
}
hitfuture/RTestApp documentation built on May 13, 2019, 3:07 a.m.