This function creates a summary of the merge report generated by rbind_dry_run()

# S3 method for class 'rbind_report'
summary(object, ..., ref_label = "reference", target_label = "target")

Arguments

object

a list generated by rbind_dry_run()

...

unused (necessary for compatibility with generic function)

ref_label

the label for the reference dataset (defaults to "reference")

target_label

the label for the target dataset (defaults to "target")

Value

NULL (prints a summary to the console)