标签: r
我在R中有矢量:
a <- 1:10 b <- a + 0.1
我有一个列表
a_list <- list("a","b")
我要获取此列表:
want_list <- list(a,b)
为清楚起见,我想在运行want_list时看到写入控制台的向量的内容
want_list