Learn R Programming

wizaRdry (version 0.6.4)

dataMerge: Alias for 'meld' (DEPRECATED)

Description

This function is deprecated. Please use 'meld' instead. This is a legacy alias for the 'meld' function to maintain compatibility with older code.

Usage

dataMerge(...)

Value

A merged data frame based on the specified or common candidate keys.

Arguments

...

Clean data frames to be merged.

Examples

Run this code
if (FALSE) {
# DEPRECATED - use meld() instead
merged <- dataMerge(df1_clean, df2_clean)
}

Run the code above in your browser using DataLab