R/launchApp.R

Defines functions launchApp

#' @export
launchApp <- function() {
  appDir <- system.file('app', package = 'fastalign')
  if (appDir == '') {
    stop('Could not find example directory. Try re-installing `fastalign`.', call. = FALSE)
  }
  shiny::runApp(appDir)
}
Chebuu/fastalign documentation built on July 19, 2020, 8:39 p.m.