Description Usage Arguments Examples
UI For Shiny Login
| 1 | loginAppUI(id)
 | 
| id | ID to read the value from | 
| 1 2 3 4 5 6 7 8 9 10 | ## Only run this example in interactive R sessions
if (interactive()) {
  ui <- loginAppUI('app')
  server <- function(input, output, session) {
  output$neil <- loginAppServer('app')
 }
 shinyApp(ui = ui, server = server)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.