# Library in packages used in this application
library(shiny)
library(shinyjs)
library(dplyr)
library(DT)
# Turn off scientific notation
options(scipen = 999)
# Set spinner type (for loading)
options(spinner.type = 8)
options(shiny.fullstacktrace = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.