【发布时间】:2020-07-13 18:25:23
【问题描述】:
我有一个数据框,其中有一列包含我需要提取的信息的文本,这是该列的一个观察结果:每个问题都有与其相关的三个属性目标、KeyResults 和责任
[{"text":"Newideas.","translationKey":"new.question-4","id":4,"objectives":"Great","KeyResults":"Awesome","responsible":"myself"},{"text":"customer focus.","translationKey":"new.question-5","id":5,"objectives":"Goalset","KeyResults":"Amazing","responsible":"myself"}
--------------所需的输出-------- ---
Question# Objectives KeyResults responsible Question# Objectives KeyResults responsible
4 Great Awesome myself 5 Goalset Amazin myself
【问题讨论】:
-
请使用
dput展示示例 -
如果您包含一个简单的reproducible example,其中包含可用于测试和验证可能解决方案的示例输入和所需输出,则会更容易为您提供帮助。