join2: 2nd Degree Join

Description Usage

View source: R/join2.R

Description

A Second Degree Join is one where the JOIN ON clause occurs on more than one column on the left and one column for each on the right.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
join2(
  conn,
  write_schema,
  kind = c("left", "right", "inner", "full"),
  data,
  schema,
  table_name,
  ...,
  cast_to_varchar = TRUE,
  case_insensitive = TRUE,
  verbose = TRUE,
  render_sql = TRUE
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.