renderCyjShiny {cyjShiny} | R Documentation |
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)
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"). |
Value
output from htmlwidgets rendering operation
[Package cyjShiny version 1.0.42 Index]