print.fmt {fmtr} | R Documentation |
Prints a format object. This function is
a class-specific implementation of the the generic print
method.
## S3 method for class 'fmt' print( x, ..., name = deparse(substitute(x, env = environment())), verbose = FALSE )
x |
An object of class "fmt". |
... |
Any follow-on parameters to the print function. |
name |
The name of the format to print. By default, the variable name that holds the format will be used. |
verbose |
Turn on or off verbose printing mode. Verbose mode will print object as a list. Otherwise, the object will be printed as a table. |