2
當我附上中的R工作室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
有沒有辦法知道哪些data.frames連接?
有沒有辦法用一個命令或函數分離所有data.frames?