oneone_check: One to one merge check

View source: R/data_prep.R

oneone_checkR Documentation

One to one merge check

Description

Checks if number of rows increased in the joined dataframe compared to one the dataframe that was left-joined to after what was supposed to be a one-to-one merge

Usage

oneone_check(df1, df2, brows = F)

Arguments

df1

The merged dataframe

df2

The dataframe that was left-joined to

brows

Whether to enter browser for debugging if there's an error; default F

Value

Nothing; stops if number of rows increased in joined dataframe and enters browser


dpowerstp/tpbudget documentation built on June 3, 2022, 1:41 a.m.