Nothing
#' @title Launch the SVENETICS Shiny App
#' @description Opens the SVENETICS GUI in your browser.
#' @export
svenetics <- function() {
app_dir <- system.file("app", package = "bravo")
if (app_dir == "") {
stop("Could not find the app directory. Please try re-installing bravo.")
}
runApp(app_dir, display.mode = "normal")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.