Description Usage Arguments Value Examples
Create dragula instace to allow moving around elements of the registered containers.
1 |
x |
vector of containers ids. Their's elements will become draggable. |
id |
input id to read from in shiny. |
Return htmlWidget. Should be used only inside shiny ui.
1 2 3 4 | if(interactive()) {
path <- system.file("apps/example01-dragula", 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.