#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.