Create a sidebar group for hybrid navigation
add_pagination.RdHelper function to create a sidebar group configuration for use with hybrid navigation. Each group can have its own styling and contains a list of pages.
Arguments
- viz_collection
A viz_collection object
- position
Position for pagination controls: "bottom" (sticky at bottom), "top" (inline with page title), "both" (top and bottom), or NULL (default - uses dashboard-level setting from create_dashboard). Per-page override of the dashboard default.
- id
Unique identifier for the sidebar group
- title
Display title for the sidebar group
- pages
Character vector of page names to include in this group
- style
Sidebar style (docked, floating, etc.) (optional)
- background
Background color (optional)
- foreground
Foreground color (optional)
- border
Show border (optional)
- alignment
Alignment (left, right) (optional)
- collapse_level
Collapse level for navigation (optional)
- pinned
Whether sidebar is pinned (optional)
- tools
List of tools to add to sidebar (optional)