left_join_warn: Left Join (with warning)

Description Usage Arguments

View source: R/ownFunctions.R

Description

Perform a dplyr::left_join, but warn if there's a discrepancy in the number of rows between the argument x and the final joined df.

Usage

1
2
3
4
5
6
7
8
9
left_join_warn(
  x,
  y,
  by = NULL,
  copy = FALSE,
  suffix = c(".x", ".y"),
  ...,
  keep = FALSE
)

Arguments

by

See documentation for dplyr::left_join

copy

See documentation for dplyr::left_join

suffix

See documentation for dplyr::left_join

...

See documentation for dplyr::left_join

keep

See documentation for dplyr::left_join

'x,

yA pair of data frames, data frame extensions (e.g. a tibble), or lazy data frames (e.g. from dbplyr or dtplyr). See documentation fordplyr::left_join'


kaijagahm/kgUtils documentation built on Feb. 17, 2021, 7:33 a.m.