#' SPINNE
#'
#' Run SPINNE GUI
#'
#' @export
#'
SPINNE <- function() {
spinne_dir <- system.file("app", package = "SPINNE", mustWork = T)
spinne_app <- shiny::shinyAppDir(appDir = spinne_dir)
shiny::runApp(
appDir = spinne_app,
quiet = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.