textEditor {casesolver} | R Documentation |
User select items between two tables
textEditor(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("text","this is my text",envir=env) textedior(env) ## End(Not run)