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

# S3 method for 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

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