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
)

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.