Learn R Programming

shinyChakraUI (version 1.1.1)

chakraExample: Run a Chakra example

Description

A function to run examples of Shiny apps with Chakra components.

Usage

chakraExample(example, display.mode = "showcase", ...)

Arguments

example

example name

display.mode

the display mode to use when running the example; see runApp

...

arguments passed to runApp

Value

No return value, just launches a Shiny app.

Examples

Run this code
# NOT RUN {
if(interactive()){
  chakraExample("Menu")
}
# }

Run the code above in your browser using DataLab