moveable | R Documentation |
A grid that holds draggable items
moveable(...)
... |
The elements to include within the body of the moveable grid |
HTML code of a container that allows items within it to be draggable
For more information on the features of a sortable grid, visit the examples section of the help documentation
moveable(
htmltools::tags$div("A"),
htmltools::tags$div("B")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.