pageWithSidebar function

Create a page with a sidebar

Create a page with a sidebar

DEPRECATED : use fluidPage() and sidebarLayout() instead.

pageWithSidebar(headerPanel, sidebarPanel, mainPanel)

Arguments

  • headerPanel: The headerPanel with the application title
  • sidebarPanel: The sidebarPanel containing input controls
  • mainPanel: The mainPanel containing outputs

Returns

A UI definition that can be passed to the shinyUI function

  • Maintainer: Winston Chang
  • License: GPL-3 | file LICENSE
  • Last published: 2024-12-14