shiny_render_pixels {pixels}R Documentation

Shiny Widget Render

Description

Renders the Shiny Widget.

Usage

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

Arguments

expr

The expr for shinyRenderWidget.

env

The env for shinyRenderWidget.

quoted

The quoted for shinyRenderWidget.

See Also

[shiny_pixels_output()] for an example of using this function within a 'Shiny' application.


[Package pixels version 0.1.1 Index]