print.matching: Custom print method for "matching" class

View source: R/print.matching.R

print.matchingR Documentation

Custom print method for "matching" class

Description

Custom print method for "matching" class created by matching() or matching_df().

Usage

## S3 method for class 'matching'
print(
  x,
  digits = getOption("digits"),
  quote = FALSE,
  na.print = "",
  zero.print = "0",
  right = is.numeric(x) || is.complex(x),
  justify = "none",
  ...,
  type = "results"
)

Arguments

x

The output of matching() or matching_df().

digits

Not used.

quote

Not used.

na.print

Not used.

zero.print

Not used.

right

Not used.

justify

Not used.

...

Not used.

type

What to print. The available options are "results", "history", and "both" (both results and history). Default to "results".

Author(s)

Yoshio Kamijo and Yuki Yanai yanai.yuki@kochi-tech.ac.jp


yukiyanai/rgamer documentation built on June 14, 2024, 7:38 p.m.