navbarPage("Multiple [R] Terminals Demo",
tabPanel("Terminal 1",
editorUI("termone")
),
tabPanel("Terminal 2",
editorUI("termtwo")
),
tabPanel("Terminal 3",
editorUI("termthree")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.