R/shiny.R

Defines functions GUI

Documented in GUI

#' Shiny Interface
#'
#' This is an interface for receiving and providing information, using Shiny package.
#'
#' @return shiny app
#'
#' @export
GUI <- function(){

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

}
unimi-dse/adca2d89 documentation built on March 2, 2020, 11:21 a.m.