如何将'days'用于以下功能:(当'days'是全局变量时)
days<-c(0101,0201,0301,0401,0501,....) correct_day<-function(day,i){ if(day==days[i]){ return(TRUE) } }
您怎么了?您的代码有效吗?