Learn R Programming

nextGenShinyApps (version 2.1)

altPanel: New sidebar panel to display content

Description

Customizable sidebar panel for inclusion of various UI elements

Usage

altPanel(..., width = 4, border = FALSE, shadow = FALSE)

Value

Creates an alternate container for displaying contents

Arguments

...

List of content

width

Width of the sidebar panel

border

Should border be declared for the panel

shadow

Should a shadow be added to the panel

Examples

Run this code
# \donttest{
 altPanel('content 2')
 # }

Run the code above in your browser using DataLab