inst/shiny-squid/source/utilities/actionButton2.R

# create an icon into input label
actionButton2 <- function (inputId, label, icon = NULL, ...) 
{
  tags$button(id = inputId, type = "button", class = "btn action-button btn-primary", 
              list(icon, label))
}

Try the squid package in your browser

Any scripts or data that you put into this service are public.

squid documentation built on Jan. 22, 2022, 1:06 a.m.