stacomiR (version 0.5.4.0)

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

Description

Choice_c method for refchoix referential objects

Usage

# S4 method for ref_choice
choice_c(object, selectedvalue)

Arguments

object

An object of class ref_list-class

selectedvalue

the value selected in the combo

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
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 DataCamp Workspace