R/sql_join.R
sqlJoinExpression.Rd
Create an SQL JOIN Expression
sqlJoinExpression(left, right, condition, type = "INNER")
left part of JOIN (e.g. table name)
right part of JOIN (e.g. table name)
condition
one of c("LEFT", "RIGHT", "INNER")