stacomiR (version 0.6.1)

choice_c,ref_list-method: Choice_c method for ref_list referential objects

Description

Choice_c method for ref_list referential objects

Usage

# S4 method for ref_list
choice_c(object, selectedvalue)

Value

An S4 object of class ref_list-class

Arguments

object

An object of class ref_list-class

selectedvalue

the value selected in the combo

Author

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

Run this code
 
if (FALSE) {
object=new('ref_list')
object<-charge(object,vecteur=c('1','2'),label='please choose')
object<-choice_c(object)
}

Run the code above in your browser using DataLab