R/XappDEF.R

Defines functions sGUI

Documented in sGUI

#' Generate GUI interface
#' @name sGUI
#' @description GUI function
#'
#' This app allows to generate a GUI that plots the data of the Temperature, CO2 and Milankovich cyles
#' as taken from EPICA DOME C
#'
#' @examples
#' \dontrun{
#' sGUI()
#' }
#' @return shiny app
#' @export sGUI

#library("forecast")



sGUI <- function(){

  dir <- system.file("shinyApp", package = "TempClim2")
  shiny::runApp(dir)
}
marzione00/marzioneunimi documentation built on Feb. 22, 2020, 5:42 a.m.