#' Run the wasteloadR Dashboard
#' Runs the wasteloadR dashboard app embedded in UT wasteloadR package.
#' @import shiny
#' @import shinyBS
#' @import leaflet
#' @importFrom jsonlite fromJSON
#' @import plotly
#' @export
wasteloadR=function(){
rmarkdown::run(system.file('dashboard/wasteloadR.Rmd', package='wasteloadR'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.