R/svenetics.R

Defines functions svenetics

Documented in svenetics

#' @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")
}

Try the bravo package in your browser

Any scripts or data that you put into this service are public.

bravo documentation built on May 27, 2026, 5:08 p.m.