作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 r 中加载一个 .rda 文件,这是一个保存的数据帧。虽然我不记得它的名字。
我试过了
a<-load("al.rda")
Error:object 'a' not found
Error: C stack usage is too close to the limit
最佳答案
使用 'attach',然后使用带有名称参数的 'ls'。就像是:
attach("al.rda")
ls("file:al.rda")
search()
ls(pos=2)
关于r - 通过在 R 中加载 .rda 文件获取数据帧的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8547919/
我是一名优秀的程序员,十分优秀!