report_dropped_company_names | R Documentation |
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
)
data_x |
Tibble with data that can be joined to |
data_y |
Tibble with data that can be joined to |
name_y |
Name of |
merge_cols |
Vector holds columns to join on. |
name_x |
Name of 'data_x, defaults to PACTA results. |
log_path |
String holding path to log file. |
The merged dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.