join_data: Join data with another dataset

View source: R/join_data.R

join_dataR Documentation

Join data with another dataset

Description

Join data with another dataset

Usage

join_data(
  data_l,
  data_r,
  by = NULL,
  how = c("inner", "left", "right", "full", "anti", "semi"),
  suffix_l = ".x",
  suffix_r = ".y"
)

Arguments

data_l

original data

data_r

imported dataset

by

a character vector of variables to join by

how

the method used to join the datasets

suffix_l

suffix for the original dataset (ignored for filter-joins)

suffix_r

suffix for the imported dataset (ignored for filter-joins)

Value

joined dataset

Author(s)

Zhaoming Su

See Also

code, mutate-joins, filter-joins


iNZightTools documentation built on Oct. 12, 2023, 5:06 p.m.