[Solved] R : assigning value in looping and else if


Sui_Q1<- list() is written more than once. it cause the list() to override. The solution is only to put Sui_Q1<- list() and Sui_Q2<-list() before looping.

solved R : assigning value in looping and else if