report_dropped_company_names.Rd
Function conducts inner join on two datasets and reports number of dropped
rows on data_x
.
report_dropped_company_names(
data_x,
data_y,
name_y,
merge_cols,
name_x = "PACTA results",
log_path
)
Tibble with data that can be joined to data_y
.
Tibble with data that can be joined to data_x
.
Name of data_x
.
Vector holds columns to join on.
Name of `data_x, defaults to PACTA results.
String holding path to log file.
The merged dataset.