# NOT RUN {
if (interactive()) {
library(shiny)
library(shinydashboard)
shinyApp(
ui = dashboardPage(
dashboardHeader(),
dashboardSidebar(),
dashboardBody(
dashboardLabel("Label 1", status = "info")
)
),
server = function(input, output) { }
)
}
# }
Run the code above in your browser using DataLab