print.fmt {fmtr} | R Documentation |
Print a format
Description
Prints a format object. This function is
a class-specific implementation of the the generic print
method.
Usage
## S3 method for class 'fmt'
print(
x,
...,
name = deparse(substitute(x, env = environment())),
verbose = FALSE
)
Arguments
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. |
See Also
Other fmt:
as.data.frame.fmt()
,
as.fmt()
,
as.fmt.data.frame()
,
condition()
,
is.format()
,
labels.fmt()
,
value()
[Package fmtr version 1.6.5 Index]