R/app_function.R

Defines functions run_UHC_app

Documented in run_UHC_app

#' A Cat Function
#'
#' This function allows you to run the shiny appts.
#' @param
#' @keywords shiny
#' @export
#' @examples
#' run_UHC_app()

run_UHC_app <- function(){
  print("RUN APP")
}
Drexel-UHC/UHCelectronTest documentation built on Dec. 17, 2021, 5:30 p.m.