powered by
Receive a reactive element (isLogged), when is TRUE the logout button and information about is shown.
logout_server( input, output, session, isLogged = reactive(FALSE), textlogged = "You are logged in" )
reactive (the logout button)
Shiny input
Shiny output
Shiny session
reactive
character
logout_server(NULL, NULL, NULL)
Run the code above in your browser using DataLab