library(skimr)
require(tidyverse)
require(modeltime)
require(tidymodels)
library(workflowsets)
require(timetk)
require(xgboost)
require(caret)
library(lubridate)
library(devtools)
library(plotly)
library(openxlsx)
require(shinydashboard)
require(shiny)
require(randomForest)
require(dendextend)
#source("R/tabs.R")
user_interface <- shinyUI({
fluidPage(titlePanel('Run Forest Run'),
tabsetPanel(type = "tabs",
Tab1,
Tab2,
Tab3,
Tab4,
Tab5
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.