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