> -----Original Message----- > > Dear r-users! > > I wonder if there is a way of designing a directory like > structure for holding my data using environments? > > It would be nice if I could implement a kind of 'cd' command > to change to a differend environment etc. > > Can anybody give me a hint? > > -cl
Hi Christophe You might want to check out the 'mvbutils' package on CRAN, and specifically those sections relating to the 'cd' command. This allows you to create & maintain a hierarchical project structure (like a directory tree). You can switch between workspaces within a single R session, search thru the hierarchy, move stuff around, etc. [A colleague passed on your email to me-- he may already have sent you this info directly.] Hope this helps Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 [EMAIL PROTECTED] ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
