Skip to contents

Create an SQL JOIN Expression

Usage

sqlJoinExpression(left, right, condition, type = "INNER")

Arguments

left

left part of JOIN (e.g. table name)

right

right part of JOIN (e.g. table name)

condition

condition

type

one of c("LEFT", "RIGHT", "INNER")