admin_server {polished} | R Documentation |
The server logic for the default Admin Panel dashboard
Description
The Shiny module server logic for the polished
Admin Panel, accessible to Admin users.
Usage
admin_server(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]