I want to assign certain data frames columns to another like shown below.
jkt0 <- df0[, c(1,4:6)] jkt1 <- df1[, c(1,4:6)] . . jkt9 <- df9[, c(1,4:6]