I am working on r, but I found the following warning message: library(reshape2) test.m <- melt (test,id.vars=c('park')) Warning message: attributes are not identical across measure variables; they will be dropped Is there any way to stabilize the issue ...