#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.