textEditor | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.