Rdocumentation
powered by
Learn R Programming
simstudy (version 0.1.1)
mergeData: Merge two data tables
Description
Merge two data tables
Usage
mergeData(dt1, dt2, idvars)
Arguments
dt1
Name of first data.table
dt2
Name of second data.table
idvars
Vector of string names to merge on
Value
A new data table that merges dt2 with dt1