= R shinyWidgets = '''shinyWidgets''' is a library of widgets to complement those built into the [[R/Shiny|Shiny]] package. <> ---- == Installation == [[R/InstallingPackages|Install]] the `shinyWidgets` package. {{{ install.packages('shinyWidgets') }}} ---- == Usage == `shinyWidgets` includes these '''input widget''' functions: ||'''Functions'''||'''Widget''' ||'''Example''' || ||`searchInput` ||Text box with reset and search buttons||`searchInput(inputId = "search", label = "instructions above text box", placeholder = "instructions in text box", btnSearch = icon("magnifying-glass"), btnReset = icon("xmark"))`|| ---- CategoryRicottone