# PREPARE SHINY ################################################################
# Load libraries
library(tidyverse)
library(magrittr)
library(dplyr)
library(shiny)
library(shinydashboard)
library(shinyjs)
library(shinydashboardPlus)
library(shinyWidgets)
library(dragulaR)
library(plotly)
library(tibble)
library(forecast)
library(gridExtra)
library(fable)
library(vars)
# Define paths
paths <- NULL
# FUNCTIONS ###################################################################
# Load styling function
source("www/customize_function.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.