inst/examples/10-modules/ui.R

navbarPage("Multiple [R] Terminals Demo",
  tabPanel("Terminal 1",
    editorUI("termone")
  ),
  tabPanel("Terminal 2",
    editorUI("termtwo")
  ),
  tabPanel("Terminal 3",
    editorUI("termthree")
  )
)

Try the shinyAce package in your browser

Any scripts or data that you put into this service are public.

shinyAce documentation built on May 6, 2022, 9:07 a.m.