#' @include server.r
#' @include ui.r
NULL
#' @keywords internal
shiny_app = shinyApp(ui, server)
#' Outlier Detection Visualization
#'
#' Start the outlier detection visualization application.
#'
#' @examples
#' if (interactive()) {
#' odwg_app()
#' }
#'
#' @import shiny
#' @export
odwg_app = function() {
runApp(shiny_app)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.