Print a summary of a merge report
summary_rbind_dry_run.Rd
This function creates a summary of the merge report generated by
rbind_dry_run()
Usage
# 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")