#' This is an example of the shiny app.
#'
#' @importFrom shiny runApp
#' @export
get_rkaApp <- function(){
directions <- base::system.file("app", "app.R", package = "lab5")
shiny::runApp(directions, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.