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