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)


KiraFitzge/Dismic documentation built on Dec. 18, 2021, 3:35 a.m.