#' Launch FSF Shiny Application
#'
#' @return launches the shiny app
#' @export
#'
#' @examples
launchApp <- function(...) {
appDir <- system.file("shiny-app", "FlowSoFineApp", package = "FlowSoFineApp")
shiny::runApp(appDir, display.mode = "normal", ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.