标签: r string vector
我加载了很多矢量,我想通过它们的名称来选择它们。例如:在我确实喜欢的函数中,向量名称为a_b和a_c name <- paste0('a','_','b')。如何在R中做到这一点?
a_b
a_c
name <- paste0('a','_','b')