Learn R Programming

polished (version 0.8.1)

admin_button_ui: An html button to navigate the the "Admin Panel"

Description

The UI portion of the 'shiny' module for the button to navigate to the "Admin Panel". This is the button that, when clicked, navigates a 'polished' admin from your 'shiny' app to the 'polished' Admin Panel. If your app is set up with the default 'polished' configuration, this button appears in the bottom right of your 'shiny' app.

Usage

admin_button_ui(align = "right", vertical_align = "bottom")

Value

admin button UI

Arguments

align

The horizontal alignment of the button. Valid options are "right" (the default) or "left".

vertical_align

the vertical alignment of the button. Valid options are "bottom" (the default) or "top"