gpt4 book ai didi

r - 将列表融合为向量的最佳方法是什么?

转载 作者:行者123 更新时间:2023-12-04 16:41:04 25 4
gpt4 key购买 nike

我想融化这个:

test = list( one = "joe" , two = c( "john" , "jane" ) )

成一个字符向量:
c( "joe" , "john" , "jane" )

我在 reshape 包中尝试了 Melt() ,但这会导致 data.frame 将字符串视为因子,因此我必须执行以下操作:
as.character( melt( test )$value )

有没有更短/更快的方法?

最佳答案

unlist(test)

(我的回答需要超过30个字符!)

关于r - 将列表融合为向量的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7196491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com