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

View source: R/collectedfunctions.R

lh.joinR Documentation

lhjoin funtion Join two datasets and print report of joining procedure

Description

lhjoin funtion Join two datasets and print report of joining procedure

Usage

lh.join(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"


leonpheng/lhtool2 documentation built on April 13, 2025, 5:42 p.m.