library(dplyr)
library(ggplot2)
library(shiny)
library(shinydashboard)
library(stats)
library(utils)
library(shinycssloaders)
library(plotly)
source("R/dataPrep.R")
source("R/ecomData.R")
source("R/kpiCalculations.R")
source("R/plotOutputs.R")
source("R/tableOutputs.R")
source("R/uiElements.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.