renderIcon: Icons for Apps

View source: R/theming.R

renderIconR Documentation

Icons for Apps

Description

Icons for Apps

Usage

renderIcon(icon = "default", width = 36, html = FALSE)

Arguments

icon

Icon style [default, correct, incorrect, partial]

width

Icon width (in pixels)

html

FALSE to render as shinyUI or TRUE to return html markup [FALSE, TRUE]

Value

<shiny.render.function> or html

Examples

renderIcon("correct")
renderIcon("incorrect", width = 25, html = TRUE)


EducationShinyAppTeam/boastUtils documentation built on July 18, 2023, 6:35 p.m.