Learn R Programming

mosaic (version 0.2-3)

repeater-class: Class "repeater"

Description

Repeater objects store information about a desired number of replications of other code.

Arguments

Objects from the Class

Objects can be created by calls of the form new("repeater", ...), but do(...) is the recommended call for creating these objects as it makes the resulting syntax much nicer.

See Also

do

Examples

Run this code
showClass("repeater")

Run the code above in your browser using DataLab