Learn R Programming

polished (version 0.1.0)

admin_module_ui: admin_module_ui

Description

The 'shiny' module UI for the Admin Panel.

Usage

admin_module_ui(
  id,
  custom_admin_ui = NULL,
  options = default_admin_ui_options(),
  include_go_to_shiny_app_button = TRUE
)

Arguments

id

the Shiny module id

custom_admin_ui

Either `NULL`, the default, or a list of 2 elements containing custom ui to add additional `shinydashboard` tabs to the Polished admin panel.

options

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.

include_go_to_shiny_app_button

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".

Value

the UI for the "Admin Panel"