Guest User

Untitled

a guest
Jan 15th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ui<-shinyUI(
  2. navbarPage(
  3. theme = "cyborgBootstrap.css",
  4. "Shiny panel append",
  5. tabPanel(
  6. "First Panel",
  7. strong("panel 1")
  8. ),
  9. tabPanel(
  10. "Second Panel",
  11. strong("panel 1")
  12. ),
  13. tabPanel(
  14. "Third Panel",
  15. strong("panel 1")
  16. )
  17. )
  18. )
Add Comment
Please, Sign In to add comment