liExample: Run embedded examples.

Description Usage Arguments Details Examples

View source: R/liExample.R

Description

A function to view examples of shinyLi functionality. Will run the examples found in the examples sections of shinyLi documentation. Use this instead of example.

Usage

1
liExample(family, display.mode = "showcase", ...)

Arguments

family

A shinyLi family name

display.mode

The display mode to use when running the example. See runApp.

...

Other parameters to pass to runApp.

Details

This function is just a wrapper for runApp that runs copies of the examples found in the family documention pages of shinyLi. By default, display.mode is set to showcase so you can see the code while the app is running.

Examples

1
2
3
## Not run: 
   liExample("scatterplot1")
## End(Not run)

uc-bd2k/shinyLi documentation built on May 3, 2019, 2:16 p.m.