Skip to content
Prev 11834 / 398502 Next

access other directories/ setwd

On Fri, 22 Jun 2001, S.McClatchie wrote:

            
It is indeed .RData (although Windows will match .Rdata too).
You need to either load() the objects, or to attach the .RData file.
In the latter case the objects are available, but not in the user's
workspace.  So (without changing the working directory)

attach("h:\\DATA\\nov99_TAN9913\\opc\\R-src\\.RData")
ls(2)

should show you the objects, and they are in the search path as

search()

will show.