Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 553 Bytes

Shiny typeahead

This package provides a simple type ahead input for Shiny. It is based on the Bootstrap-3-Typeahead JavaScript library which itself is based on the typeahead plugin of Bootstrap2.

Install

shinyTypeahead is not on CRAN. Install directly from Github using the devtools package:

install.packages("devtools")
devtools::install_github("ThomasSiegmund/shinyTypeahead")