sidebar <- function() {
dashboardSidebar(
sidebarMenu(
menuItem("Quartet",tabName = "quartet",icon = icon("dice-four")),
menuItem("Mtcars",tabName = "mtcars",icon = icon("car"))
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.