demo: Shiny Searchbar Demos

Description Usage Arguments Examples

View source: R/demo.R

Description

Run one of the the shinySearchbar demos: "gallery" and "overflow".

Usage

1
demo(name = "gallery", ...)

Arguments

name

Name of the demo, either "gallery" or "overflow".

...

Remaining arguments are passed to shiny::runApp, e.g. 'port', 'display.mode', etc.

Examples

1
2
3
if (interactive()) {
  shinySearchbar:::demo("gallery")
}

shinySearchbar documentation built on July 1, 2020, 11:10 p.m.