join: join

Description Usage Arguments Value

Description

join

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
left_join_safe(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...)

inner_join_safe(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...)

right_join_safe(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...)

full_join_safe(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...)

nest_join_safe(x, y, by = NULL, copy = FALSE, keep = FALSE, name = NULL, ...)

semi_join_safe(x, y, by = NULL, copy = FALSE, ...)

anti_join_safe(x, y, by = NULL, copy = FALSE, ...)

Arguments

x, y

tbls to join

by

a character vector of variables to join by.

copy

Should tables be copied.

suffix

Column names suffixes if names are the same.

...

Other params

keep

If TRUE the by columns are kept in the nesting joins.

name

Used in nested join.

Value

Joined table using respective dplyr::*_join()


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.