choice_c-ref_choice-method: Choice_c method for ref_choice referential objects

choice_c,ref_choice-methodR Documentation

Choice_c method for ref_choice referential objects

Description

Choice_c method for ref_choice referential objects

Usage

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

Arguments

object

An object of class ref_choice-class

selectedvalue

the value selected in the combo

Value

An S4 object of class ref_choice-class

Author(s)

Cedric Briand cedric.briand@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)

stacomiR documentation built on July 18, 2022, 5:09 p.m.