selectorWidget package:annaffy R Documentation _D_i_a_l_o_g _t_o _s_e_l_e_c_t _i_t_e_m_s _f_r_o_m _a _l_i_s_t _D_e_s_c_r_i_p_t_i_o_n: Presents the user with a dialog box to select items from a list. _U_s_a_g_e: selectorWidget(options, selected = character(0), title = "Selector", ordersel = FALSE, ordernsel = FALSE, height = max(10,min(20,length(options)))) _A_r_g_u_m_e_n_t_s: options: vector, options to be selected from selected: vector, subset of options selected by default title: character scalar, window title ordersel: boolean, keep the selected items in order? ordernsel: boolean, keep the not selected items in order? height: scalar, height of the two listboxes _V_a_l_u_e: A character vector containing the selected items. If a vector of a different class was initially provided, it must be manually coerced back to the correct type. _A_u_t_h_o_r(_s): Colin A. Smith, annaffy@colinsmith.org