Merge two data tables by StoX keys
mergeByStoxKeys(x, y, StoxDataType, toMergeFromY = NULL, replace = FALSE, ...)Data tables of class data.table.
Input data type. Text string of StoxBiotic
or StoxAcoustic.
Specify key columns from y. NULL means
all similarly named columns from x and y will be
merged. Default to NULL.
Whether to replace the variables in the target.
Default to FALSE.
Extra parameters that will be passed into merge.
A merged data table.