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