提取data.frame中的部分数据(不含列标题和行标题)

 

 ?unlist
    Given a list structure x, unlist simplifies it to produce a vector which contains all the atomic components which occur in x.

unlist(v.row)
[1] 177 165 177 177 177 177 145 132 126 132 132 132 126 120 145 167 167 167
       167 165 177 177 177 177

 

You can do it with as.vector also, but you need to provide the correct mode:
 as.vector(v.row,mode='numeric')
 [1] 177 165 177 177 177 177 145 132 126 132 132 132 126 120 145 167 167
      167 167 165 177 177 177 177

posted @   emanlee  阅读(1301)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2015-07-24 PigVar: THE PIG VARIATIONS AND POSITIVE SELECTION DATABASE
2014-07-24 MyEclipse 10离线安装PyDev插件
2011-07-24 众数
2011-07-24 直线回归的概念
2010-07-24 getElementById Object doesn't support this property or method
2009-07-24 SQL Server、ACCESS 中如何用一个表的数据更新另一个表中的数据
2009-07-24 SQL Server format phone number
点击右上角即可分享
微信分享提示