R/shiny.r

Defines functions GUI

Documented in GUI

#' Graphic User Interface (Shiny App)
#'
#' @description Create a graphic user interface and acquire data
#'
#' @return shiny app
#'
#' @export
#'
GUI <- function(){

  shiny::runApp(system.file("shiny/GUI", package = "oandacnh"))

}
unimi-dse/1908254a documentation built on Feb. 20, 2020, 10:13 p.m.