sortable | R Documentation |
Enables drag-and-drop behaviour in Shiny apps, by exposing the functionality of the 'SortableJS' https://sortablejs.github.io/Sortable/ JavaScript library as an 'htmlwidget'. You can use this in Shiny apps and widgets, 'learnr' tutorials as well as R Markdown. In addition, provides a custom 'learnr' question type - 'question_rank()' - that allows ranking questions with drag-and-drop.
sortable_js()
is a low-level function that adds the SortableJS
to your widgets.
The important functions in this package are:
rank_list()
creates a drag-and-drop, rank list
bucket_list()
lets you add multiple rank_list
objects in columns
learnr
You can also use new question types in your learnr
tutorials:
question_rank()
Maintainer: Andrie de Vries apdevries@gmail.com
Authors:
Barret Schloerke barret@rstudio.com
Kenton Russell kent.russell@timelyportfolio.com (Original author) [conceptor]
Other contributors:
RStudio [copyright holder, funder]
Lebedev Konstantin ('SortableJS', https://sortablejs.github.io/Sortable/) [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.