Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.fmt

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.


fmtr

Easily Apply Formats to Data

v1.5.0
CC0
Authors
David Bosak
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.