Performs an inner join and automatically prints diagnostic information.
inner_join_spy(x, y, by, verbose = TRUE, .quiet = FALSE, ...)The joined data frame with a "join_report" attribute.
A data frame (left table).
A data frame (right table).
A character vector of column names to join by.
Logical. If TRUE (default), prints diagnostic summary.
Logical. If TRUE, suppresses all output (overrides verbose).
Useful for silent pipeline operations. Use last_report() to access the
diagnostics afterward.
Additional arguments passed to the underlying join function.
left_join_spy(), join_spy(), last_report()