Learn R Programming

cyjShiny (version 1.0.42)

renderCyjShiny: More shiny plumbing - a cyjShiny wrapper for htmlwidget standard rendering operation

Description

More shiny plumbing - a cyjShiny wrapper for htmlwidget standard rendering operation

Usage

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

Value

output from htmlwidgets rendering operation

Arguments

expr

an expression that generates an HTML widget.

env

environment in which to evaluate expr.

quoted

logical specifies whether expr is quoted ("useuful if you want to save an expression in a variable").