print-Itempool-method: Show an 'Itempool-class' object

print,Itempool-methodR Documentation

Show an Itempool-class object

Description

Show an Itempool-class object

Usage

## S4 method for signature 'Itempool'
print(x, ...)

Arguments

x

An Itempool-class object that will be showed.

...

Additional arguments. For example, an argument n = 14, will print 14 items to the console.

Author(s)

Emre Gonulates

Examples

ip <- generate_ip(n = 42)
print(ip)
print(ip, n = 3)
print(ip, n = 12)
print(ip, n = Inf)


irt documentation built on Nov. 10, 2022, 5:50 p.m.