标签: python r dictionary
我有getProgVer输出,它是Counter中出现的次数,我保存为list格式。例如,我有这样的事情:
getProgVer
Counter
list
dictionary
我想在R中读到这个,以便我可以操作和索引数据,
{'apple':4, 'orange':5, 'grape':6 ....}
apple 4 orange 5 grape 6
matrix
。我怎样才能做到这一点?我将字典保存为dataframe格式。
dataframe