powered by
Create dragula widget.
dragulaOutput(outputId)renderDragula(expr, env = parent.frame(), quoted = FALSE)
renderDragula(expr, env = parent.frame(), quoted = FALSE)
output variable to read from.
An expression that generates a dragula object.
The environment in which to evaluate expr.
expr
Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.
quote()
RETURN_DESCRIPTION
# NOT RUN { if(interactive()) { path <- system.file("apps/example02-input", package = "dragulaR") runApp(path, display.mode = "showcase") } # }
Run the code above in your browser using DataLab