stacomiR (version 0.5.3.1)

choicemult,ref_dc-method: choicemult, selection method for ref_dc allowing to select several DC

Description

choicemult, selection method for ref_dc allowing to select several DC

Usage

# S4 method for ref_dc
choicemult(object, objectreport = NULL,
  is.enabled = TRUE)

Arguments

object

An object of class ref_dc

objectreport

A report object

is.enabled

A boolean indicating if the widget can be seleted at launch

Examples

Run this code
# NOT RUN {
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object=new("ref_dc")
object<-charge(object)
objectreport=new("report_mig_mult")
choicemult(object=object,objectreport=objectreport)
# }

Run the code above in your browser using DataCamp Workspace