R/run-shiny.R

Defines functions ShinySpectralUncertainty

Documented in ShinySpectralUncertainty

#' Run ShinyApp
#'
#' Launches the shiny app GUI interface to sedproxy
#'
#' @export
#'
#' @examples
#' \dontrun{ShinySpectralUncertainty()}
ShinySpectralUncertainty <- function(){
  fl <- system.file("spectraluncertainty-shiny/app.R", package = "spectraluncertainty")
  shiny::runApp(fl)
}
EarthSystemDiagnostics/spectraluncertainty documentation built on Jan. 8, 2020, 9:43 a.m.