knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

dndselectr

Travis-CI Build Status AppVeyor Build Status Coverage Status Lifecycle Experimental

Overview

Implements a drag-and-drop Shiny select input

This implementation creates a Shiny input that replicates much of the functionality of selectInput. Multiple zones for dragging and dropping are allowed. Currently utilizes Dragula JS library, https://github.com/bevacqua/dragula.

Installation

# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("serenity-r/dndselectr")

Examples

dndselectr::runExample()

Please note that the 'dndselectr' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



serenity-r/dndselectr documentation built on March 12, 2021, 8:37 a.m.