# NOT RUN {
if (interactive() && require(dash)) {
library(dash)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlSection(
children = list(
htmlH1("This is a section title"),
htmlDiv("This is some text within a section")
)
)
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab