Displaying 1 result from an estimated 1 matches for "experrt".
Did you mean:
expert
2011 Dec 22
1
attach 'name' argument ignored with a file?
Dear experRts,
I have the feeling that the 'name' argument to the attach function is
ignored when 'what' is a file name. Here is an example:
save(letters, file="letters.RData")
letters.env <- attach("letters.RData", name="letters")
search()
letters.env...