user_access_module {polished}R Documentation

admin user access module

Description

Server function for the default Shiny module to control user access in the polished Admin Panel.

Usage

user_access_module(input, output, session)

Arguments

input

the Shiny server input

output

the Shiny server output

session

the Shiny server session

Value

invisible(NULL)


[Package polished version 0.8.1 Index]