小编Pab*_*yan的帖子

如何查找所有附加的数据框?

当我在R studio中附加data.frame时,我收到以下消息:

以下物体被掩盖......

我忘了分离data.frame

data<-read.table(file.choose(),header=TRUE)
View(data)
attach(data) 
## The following objects are masked from vih (pos = 3):
## edad, edadg, id, numpares, numparg, sifprev, udvp, vih 
## The following objects are masked from vih (pos = 4):
## edad, edadg, id, numpares, numparg, sifprev, udvp, vihhere
Run Code Online (Sandbox Code Playgroud)

有没有办法知道哪些data.frames附加?

有没有办法用一个命令或函数分离所有data.frames?

r attachment dataframe

2
推荐指数
1
解决办法
5670
查看次数

标签 统计

attachment ×1

dataframe ×1

r ×1