Description Usage Arguments Value Examples
View source: R/chakraExample.R
A function to run examples of Shiny apps with Chakra components.
1 | chakraExample(example, display.mode = "showcase", ...)
|
example |
example name |
display.mode |
the display mode to use when running the example; see
|
... |
arguments passed to |
No return value, just launches a Shiny app.
1 2 3 | if(interactive()){
chakraExample("Menu")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.