is_logged_in {login}R Documentation

Display Shiny elements only if the user is logged in.

Description

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.

Usage

is_logged_in(id, ...)

Arguments

id

id unique ID for the Shiny Login module.

...

Shiny UI elements.

Value

a shiny::conditionalPanel() object.

See Also

login_server()


[Package login version 0.9.3 Index]