is_not_logged_in {login}R Documentation

Display Shiny elements only if the user is not logged in.

Description

This function can be used on the Shiny UI side. It will. check to see if the user is not logged in, if so the other Shiny elements will be displayed.

Usage

is_not_logged_in(id, ...)

Arguments

id

id unique ID for the Shiny Login module.

...

Shiny UI elements.

Value

a shiny::conditionalPanel()

See Also

login_server()


[Package login version 0.9.3 Index]