Good afternoon,
I'm using the code:
soma<-aggregate(as.numeric(coop[c(10,18,26,34,42,50,58,66)]), by=list(coop$data), FUN=sum, na.rm=TRUE)
to aggregate the data based on the date key, which is in date format. I tried changing this var...
asked by
18.01.2017 / 18:55