R/custom_buttons.R

Defines functions plot_button

plot_button <- function(id, text = "Generate Plot", icon_type= icon("rocket"),
                        style = "width: 100%; font-size: 16px;") {
  actionButton(id, text, icon = icon_type,
               class = "btn-primary", style = style)
}
Miswi/RiboCrypt documentation built on April 14, 2025, 5:39 a.m.