View source: R/radio-buttons.R
radio_buttons_server | R Documentation |
The server component of the Shiny module for making a group of radio buttons.
radio_buttons_server(id)
id |
String. The input slot that will be used to access the value. |
A module server function that can be called in a reactive env.
radio_buttons_ui
for the UI.
inst/examples/ex-radio-buttons.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.