Learn R Programming

irt (version 0.2.9)

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

Description

Show an Itempool-class object

Usage

# S4 method for 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

Emre Gonulates

Examples

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

Run the code above in your browser using DataLab