demo {shinySearchbar}R Documentation

Shiny Searchbar Demos

Description

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

Usage

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

if (interactive()) {
  shinySearchbar:::demo("gallery")
}


[Package shinySearchbar version 1.0.0 Index]