# ------------------------------------------------------------------------
#
# Title : App - UI
# By : {{author}}
# Date : {{date}}
#
# ------------------------------------------------------------------------
library(shiny)
library(shinydashboard)
# header ------------------------------------------------------------------
header <- dashboardHeader()
# sidebar -----------------------------------------------------------------
sidebar <- dashboardSidebar()
# body --------------------------------------------------------------------
body <- dashboardBody()
# page --------------------------------------------------------------------
dashboardPage(header = header, sidebar = sidebar, body = body)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.