R shinyWidgets

shinyWidgets is a library of widgets to complement those built into the Shiny package.


Installation

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

R/ShinyWidgets (last edited 2026-09-03 14:37:47 by DominicRicottone)