crunchPage: Build a Crunchy UI

Description Usage Arguments Value Examples

Description

These are no longer necessary. Just use the shiny ones and it just works. These functions are left here for backwards compatibility.

Usage

1
2
3
4
5
6
7

Arguments

...

arguments passed to fluidPage, fillPage or navbarPage

Value

The result of fluidPage, fillPage or navbarPage

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Not run: 
crunchPage(
    fluidRow(
        column(6,
            selectInput("filter",
                label="Filter",
                choices=filterList,
                selected="All"),
            br(),
            plotOutput("funnel1", height="300"),
        ),
        column(6,
            selectInput("brand",
                label="Competitor",
                choices=brands,
                selected="Nike"),
            br(),
            plotOutput("funnel2", height="300"),
        )
    )
)

## End(Not run)

crunchy documentation built on Jan. 16, 2021, 5:17 p.m.