Learn R Programming

bs4Dash (version 0.4.0)

renderInfoBox: Alias to renderbs4InfoBox See renderbs4InfoBox for full details

Description

Alias to renderbs4InfoBox See renderbs4InfoBox for full details

Usage

renderInfoBox(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that returns a Shiny tag object, HTML, or a list of such objects.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.