Learn R Programming

pixels (version 0.1.1)

shiny_render_pixels: 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.