ui_icons | R Documentation |
Generates a list of icons based on the provided parameters using 'shiny::icon'.
ui_icons(name, class = NULL, lib = "font-awesome", ...)
name |
|
class |
|
lib |
|
... |
Additional arguments passed to |
A tibble
with a column of generated icons as shiny::icon
objects.
# Generate icons with default parameters
ui_icons(name = c("home", "user", "cog"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.