Learn R Programming

pubprint (version 0.2.1)

print.pubprint: Prints a pubprint object

Description

Prints the contents of a pubprint object

Usage

"print"(x, ...)

Arguments

x
object of class pubprint.
...
further arguments. Ignored.

Details

Prints contents of named memory and pipe of a pubprint object.

Examples

Run this code
ppo <- pubprint()
push(ppo) <- t.test(1:10)
print(ppo)

Run the code above in your browser using DataLab