#### Sourcing the UI elements
source("ui/uiHeader.R", local = TRUE)
source("ui/uiSideBar.R", local = TRUE)
source("ui/uiBody.R", local = TRUE)
dashboardPage(
#### DashBoard Header ####
uiHeader,
#### DashBoard side bar ####
uiSideBar,
#### DashBoard Body ####
uiBody
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.