R/run_shiny.R

Defines functions run_evaluation_app

Documented in run_evaluation_app

#' Run the shiny app to process the evaluation measures
#'
#'
#'
#' @importFrom shiny runApp
#' @export
#'
run_evaluation_app <- function(){


  appDir <- system.file("tvmeasures", package = "tvmeasures")
  shiny::runApp(appDir, launch.browser = TRUE)

}
transportfoundry/tvmeasures documentation built on May 22, 2019, 10:57 p.m.