【发布时间】:2020-04-09 21:18:36
【问题描述】:
我在全局环境中保存了多个以“hello”开头的列表。例如
hello_List1
chr "hello1"
chr "hello2"
hello_List2
chr "hello1234"
chr "hello24"
我想创建一个包含所有以“hello”开头的对象列表的值的列表
例如我想要这个形成
listName
chr "hello1"
chr "hello2"
chr "hello1234"
chr "hello24"
请指导我如何进行此操作
谢谢
【问题讨论】:
标签: r list object environment-variables