Learn R Programming

shinySearchbar (version 1.0.0)

demo: 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

Run this code
# NOT RUN {
if (interactive()) {
  shinySearchbar:::demo("gallery")
}

# }

Run the code above in your browser using DataLab