print.pubprint: Prints a pubprint object

Description Usage Arguments Details Examples

View source: R/io.R

Description

Prints the contents of a pubprint object

Usage

1
2
## S3 method for class 'pubprint'
print(x, ...)

Arguments

x

object of class pubprint.

...

further arguments. Ignored.

Details

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

Examples

1
2
3
ppo <- pubprint()
push(ppo) <- t.test(1:10)
print(ppo)

pubprint documentation built on May 29, 2017, 2:55 p.m.