Html – How can I dynamically create and save user-defined combinations in R Shiny and shinyjqui?
This is my drag and drop app: library(shiny) library(shinyjqui) library(shinyjs) library(dplyr) ###### part 1 ------------------------------------------------------------------ #creating the list of items df <- structure(list(AG = c("A", "B", "C", "D")), row.names = c(NA,-4L), class = "data.frame") # cells of table connections1 <-…