R/run_app.R

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "nresidr"))
}
VincentGuyader/nresidr documentation built on June 1, 2019, 6:05 p.m.