The 'shiny' module UI for the Admin Panel.
admin_module_ui(
id,
custom_admin_ui = NULL,
options = default_admin_ui_options(),
include_go_to_shiny_app_button = TRUE
)
the Shiny module id
Either `NULL`, the default, or a list of 2 elements containing custom ui to add additional `shinydashboard` tabs to the Polished admin panel.
list of html elements to customize branding of Admin Panel. Valid
list element names are "title", "sidebar_branding", and "browser_tab_icon". See
default_admin_ui_options
for an example.
whether or not to include the button to go to the Shiny app. This argument is set to `FALSE` when `polished` is in "admin_mode".
the UI for the "Admin Panel"