merge_datasets: Core function that combines datasets for comparison.

Description Usage Arguments Examples

View source: R/merge_datasets_function.R

Description

This function is the first step in reconciling datasets. It mashes together the datasets that need to be reconciled.

Usage

1
merge_datasets(first_dataset, second_dataset, name_vector = NA)

Arguments

first_dataset

Data.frame of the format (primary_key, value).

second_dataset

Data.frame of the format (primary_key, value).

name_vector

Vector of length 2 to rename the computed columns.

Examples

1

ray9809/rectools documentation built on May 27, 2019, 2:05 a.m.