Skip to contents

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