dragulaOutput {dragulaR} | R Documentation |
Create dragula widget.
dragulaOutput(outputId)
renderDragula(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from. |
expr |
An expression that generates a dragula object. |
env |
The environment in which to evaluate |
quoted |
Is |
RETURN_DESCRIPTION
if(interactive()) {
path <- system.file("apps/example02-input", package = "dragulaR")
runApp(path, display.mode = "showcase")
}