[datatable-help] What does "problem re-suffixing the merged data.table" mean?
Allan Engelhardt (CYBAEA)
allane at cybaea.com
Fri Aug 5 16:56:21 CEST 2011
What does the warning mean? What sort of problem?
model.data <- merge(Y1, Y2, all = FALSE, suffixes = c(".Y1", ".Y2"))
Warning message:
In merge.data.table(Y1, Y2, all = FALSE, suffixes = c(".Y1", ".Y2")) :
There was a problem re-suffixing the merged data.table. The merge was
succesful, but the default column naming has been used (ie. suffixes
were set to c('', '.1').
It doesn't seem to matter what value I use for suffixes=
Allan
--
---
http://www.cybaea.net/Blogs/Data/
More information about the datatable-help
mailing list