print.verify {verify} | R Documentation |
Prints an object of class verify
.
print.verify(x, short = FALSE, ...)
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. |
x
(returned invisibly).
A representation of the object is printed.
Nick Efthymiou
S Poetry, Patrick J. Burns, Section 3.6
verify(c("sin(1:9)", "2 * 2"))