Re: [R] loading a package .Rda file at package load time

2009-09-14 Thread Rajarshi Guha
Thanks for the pointer. I should have looked at variable values first! It appears that libname contains the path to the library and then loading the rda file is just a matter of constructing the path properly On Mon, Sep 14, 2009 at 3:28 PM, cls59 wrote: > > > > Hi, I have seen the answer to th

Re: [R] loading a package .Rda file at package load time

2009-09-14 Thread cls59
Hi, I have seen the answer to this sometime before but I just can't find it again - pointers appreciated. I have a package that contains some data.frames saved as .Rda files in the data/ directory. When the package is loaded I would like to have them be available in the workspace (without the u

[R] loading a package .Rda file at package load time

2009-09-14 Thread Rajarshi Guha
Hi, I have seen the answer to this sometime before but I just can't find it again - pointers appreciated. I have a package that contains some data.frames saved as .Rda files in the data/ directory. When the package is loaded I would like to have them be available in the workspace (without the user