print.verify {verify}R Documentation

Print Verify Object

Description

Prints an object of class verify.

Usage

print.verify(x, short = FALSE, ...)

Arguments

x an object of class verify.
short logical value; if TRUE, then the character strings of commands are not printed.
... additional arguments to print.default may be given.

Value

x (returned invisibly).
A representation of the object is printed.

Author(s)

Nick Efthymiou

References

S Poetry, Patrick J. Burns, Section 3.6

See Also

verify

Examples

verify(c("sin(1:9)", "2 * 2"))

[Package verify version 0.8-4 Index]