R/shiny.R

Defines functions GUI

Documented in GUI

#' Create a Graphic User Interface
#'
#' @export
GUI <- function(){
  
  shiny::runApp(system.file("shiny/GUI", package = "ethereum"))
  
}
unimi-dse/fdaa5907 documentation built on Feb. 9, 2020, 6:07 p.m.