if(interactive()){
library(shiny)
library(tablerDash)
shiny::shinyApp(
ui = tablerDashPage(
navbar = tablerDashNav(),
footer = tablerDashFooter(),
title = "test",
body = tablerDashBody()
),
server = function(input, output) {}
)
}
Run the code above in your browser using DataLab