R/shiny.R

Defines functions runEXP

Documented in runEXP

#' Interactive interface
#'
#' Runs an interactive interface where you can explore data used in this package.
#' The shiny app might need a bit to show the plots.
#'
#' @return shiny app
#'
#' @export
runEXP <- function(){

  shiny::runApp(system.file("shiny/runEXP", package = "flightsanalysis"))

}
unimi-dse/531ababf documentation built on Feb. 12, 2020, 10:18 p.m.