choice_c,ref_list-method {stacomiR}R Documentation

Choice_c method for ref_list referential objects

Description

Choice_c method for ref_list referential objects

Usage

## S4 method for signature 'ref_list'
choice_c(object, selectedvalue)

Arguments

object

An object of class ref_list-class

selectedvalue

the value selected in the combo

Note

the choice method assigns an object of class refList named ref_list in the environment envir_stacomi

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

 
## Not run: 
object=new("ref_list")
object<-charge(object,vecteur=c("1","2"),label="please choose")
object<-choice_c(object)

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]