loj: Left Outter Join

View source: R/dataWranglingCleaning.R

lojR Documentation

Left Outter Join

Description

Update and merge columuns from 'Y' onto 'X'. If data tables are loaded, make sure to run 'setDT(X)' and 'setDT(Y)'.

Usage

loj(X = NULL, Y = NULL, onCol = NULL)

Arguments

X, Y

a data.tables

onCol

a string or character vector common to 'X' and 'Y' on which to merge the data

Examples

NULL

matschmitz/schmitz documentation built on May 15, 2022, 4:15 p.m.