#' Run the assessment dashboard application
#' Runs the assessment dashboard shiny app embedded in UT IR tools package.
#' @import shiny
#' @import wqTools
#' @import leaflet
#' @import shinyBS
#' @import plotly
#' @importFrom kableExtra kable_styling
#' @importFrom knitr kable
#' @export
asmntDashboard=function(){
shiny::runApp(system.file('asmntDashboard', package='irTools'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.