powered by
Itempool-class
Show an Itempool-class object
# S4 method for Itempool print(x, ...)
An Itempool-class object that will be showed.
Additional arguments. For example, an argument n = 14, will print 14 items to the console.
n = 14
# NOT RUN { 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