Description Usage Arguments Details Value Author(s)
Create multiple action buttons
1 2 3 4 5 6 7 8 | iterative_actionButton(
id,
inputIds,
labels,
icons,
icons_lib,
style = "font-family:system-ui;"
)
|
id |
module id |
inputIds |
vector of inputId of each actionButton |
labels |
vector of label of each actionButton |
icons |
vector of icon-name of each actionButton |
icons_lib |
vector of library of each icon of each actionButton |
style |
CSS modification of the action buttons |
This function allows you to create multiple action buttons inside a shiny module
return multiple action buttons without mentioning actionButton
many times.
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.