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"
)
The output of matching()
or matching_df()
.
Not used.
Not used.
Not used.
Not used.
Not used.
Not used.
Not used.
What to print. The available options are "results", "history",
and "both" (both results and history). Default to "results"
.