R/GUI.R

Defines functions runGUI

Documented in runGUI

#' Open the Racmacs GUI
#'
#' This function opens the Racmacs GUI in a new window
#'
#' @family shiny app functions
#' @export
#' @returns Nothing returned, called only for the side effect of starting the viewer.
runGUI <- function() {
  shiny::runApp(system.file("shinyapps/RacmacsGUI", package = "Racmacs"))
}

Try the Racmacs package in your browser

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

Racmacs documentation built on June 22, 2024, 11:33 a.m.