# NOT RUN {
if (interactive()) {
library(shiny)
library(shinydashboard)
shinyApp(
ui = dashboardPage(
dashboardHeader(),
dashboardSidebar(),
dashboardBody(
box(
title = "BlockQuote example",
blockQuote("I quote some text here!")
)
),
title = "blockQuote"
),
server = function(input, output) { }
)
}
# }
Run the code above in your browser using DataLab