As part of a larger problem (adding a ,makeUniqueIDs
argument to rbind.SpatialPolygonsDataFrame
for situations when the polygon IDs are identical), I'm running into this weird message from rbind:
> do.call("rbind",xd.small)
Error in match.names(clabs, names(xi)) :
names do not match previous names
The only other info I could find on this was this question, which leads me to believe that rbind
was at the root of the problem there also.
I can just write my own rbind-like function of course, but presumably this match.names
check occurs for a reason, and I'm curious what it is.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…