Description Usage Arguments Value Examples
Create dragula widget.
1 2 3 | 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
1 2 3 4 | if(interactive()) {
path <- system.file("apps/example02-input", package = "dragulaR")
runApp(path, display.mode = "showcase")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.