R/myfirstShiny.R

Defines functions myfirstShiny

Documented in myfirstShiny

#' My First Shiny App
#'
#' @return interactive html shiny browser
#' @export
#'
#' @examples \dontrun{MATH5793YUT::myfirstShiny()}
myfirstShiny <- function(){
  shiny::runApp(system.file("shiny-examples/firstShiny", package="MATH5793YUT"), launch.browser = TRUE)
}
yut4916/MATH5793YUT documentation built on Dec. 23, 2021, 8:21 p.m.