lhjoin: lhjoin funtion Join two datasets and print report of joining...

Description Usage Arguments Examples

View source: R/collectedfunctions.R

Description

lhjoin funtion Join two datasets and print report of joining procedure

Usage

1
lhjoin(dat1, by1 = NULL, dat2, by2 = NULL, type = "full")

Arguments

dat1, by1

Data frame 1 and variables to be matched. If NULL, match="all"

dat2, by2

Data frame 2 and variables to be matched. If by1=NULL then by2=NULL then match="all"

type

could be "full", "left","right" or "inner"

Examples

1

leonpheng/lhtool documentation built on Dec. 16, 2019, 3:52 a.m.