confirm_join: Confirm if two datasets will join properly (before calling...

Description Usage Arguments

View source: R/confirm.R

Description

Confirm if two datasets will join properly (before calling some dplyr join function)

Usage

1
2
confirm_join(x, y, by = NULL, by.x = NULL, by.y = NULL,
  how = "1:1")

Arguments

x

Same as left_join

y

Same as left_join

by

Same as left_join

how

either 1:1, m:1, or 1:m (as in stata)


rdisalv2/dismisc documentation built on Nov. 2, 2021, 1:34 a.m.