powered by
Build an argon dashboard page
argonDashPage( title = NULL, description = NULL, author = NULL, navbar = NULL, sidebar = NULL, header = NULL, body = NULL, footer = NULL )
App title.
Dashboard purpose.
Dashboard author.
Bootstrap 4 dashboard navbar.
Bootstrap 4 dashboard main sidebar.
Bootstrap 4 dashboard header (below the navbar). Useful to hightlight elements or print a message.
Bootstrap 4 dashboard body wrapper.
Bootstrap 4 dashboard footer.
# NOT RUN { if(interactive()){ library(shiny) library(argonDash) shiny::shinyApp( ui = argonDashPage(), server = function(input, output) {} ) } # }
Run the code above in your browser using DataLab