report_dropped_company_names: Inner join datasets and report number of dropped rows

View source: R/utils.R

report_dropped_company_namesR Documentation

Inner join datasets and report number of dropped rows

Description

Function conducts inner join on two datasets and reports number of dropped rows on data_x.

Usage

report_dropped_company_names(
  data_x,
  data_y,
  name_y,
  merge_cols,
  name_x = "PACTA results",
  log_path
)

Arguments

data_x

Tibble with data that can be joined to data_y.

data_y

Tibble with data that can be joined to data_x.

name_y

Name of data_x.

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.

Value

The merged dataset.


2DegreesInvesting/r2dii.climate.stress.test documentation built on June 6, 2024, 8:23 a.m.