Using for() to assign dataframes of certain columns to another variable

前端 未结 0 1546
误落风尘
误落风尘 2021-01-05 06:40

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]
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题