is_logged_in | R Documentation |
This function can be used on the Shiny UI side. It will check to see if the user is logged in, if so the other Shiny elements will be displayed.
is_logged_in(id, ...)
id |
id unique ID for the Shiny Login module. |
... |
Shiny UI elements. |
a shiny::conditionalPanel()
object.
login_server()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.