includeWidget: includeWidget

Description Usage Arguments Examples

View source: R/widgetClass.R

Description

Includes the content of the src widget into the widget dest. Elements which are not included are: language widget and internal data.

Usage

1
includeWidget(dest, src)

Arguments

dest

widget to be added to

src

widget to be added from

Examples

1
2
3
4
w1 <- widgetHypergeometric('hyper')
w2 <- widgetBinomial('binomial')
includeWidget(w1, w2)
summary(w1)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.