textEditor {casesolver}R Documentation

textEditor

Description

User select items between two tables

Usage

textEditor(env)

Arguments

env

an environment with elements items1 and items2

Details

The function returns the items selected in the two lists (when window is closed)

Examples

## Not run: 
env = new.env( parent = emptyenv() ) 
assign("text","this is my text",envir=env)
textedior(env)

## End(Not run)

[Package casesolver version 1.8.2 Index]