profileSwapperGUI {casesolver} | R Documentation |
User select items between two tables
profileSwapperGUI(env)
env |
an environment with elements items1 and items2 |
The function returns the items selected in the two lists (when window is closed)
## Not run: env = new.env( parent = emptyenv() ) assign("itemList",list(items1=paste("item",1:10),items2=paste("item",21:100)),envir=env) profileSwapperGUI(env) ## End(Not run)