Description Usage Arguments Examples
Server For Shiny Login
1 | loginAppServer(id, app_body = NULL, app_sidebar = NULL, config = NULL)
|
id |
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.