请问这个warning message是什么意思?
attributes are not identical across measure variables; they will be dropped
而且a没有这个warning,跑b的时候却有
library(tidyverse)
a=gather(data,key=newweekday,value=a,starts_with("aw"))
b=gather(data,key=newmonth,value=b,starts_with("bw"))
data是这个样子
