Quite often I save misc functions and data objects as .RData files that I can use in other sessions. Although I could 'Load Workspace" these files, most of the times I prefer attaching them. It would be really convenient to have a menu item under the File menu on the Windows R Console to allow attaching workspaces, e.g. -------------------- Attach Workspace... Load Workspace... Save Workspace... -------------------- Is this something that could make the wish list for future R Console features? Thanks. -Christos Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/>
Hi, You can make and load the source in the Rprofile: look ?winMenuAdd -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O<http://maps.google.com/maps?f=q&hl=en&q=Curitiba,+Brazil&layer=&ie=UTF8&z=18&ll=-25.448315,-49.276916&spn=0.002054,0.005407&t=k&om=1> On 16/05/07, Christos Hatzis <christos@nuverabio.com> wrote:> > Quite often I save misc functions and data objects as .RData files that I > can use in other sessions. Although I could 'Load Workspace" these files, > most of the times I prefer attaching them. It would be really convenient > to > have a menu item under the File menu on the Windows R Console to allow > attaching workspaces, e.g. > > -------------------- > Attach Workspace... > Load Workspace... > Save Workspace... > -------------------- > > Is this something that could make the wish list for future R Console > features? > > Thanks. > -Christos > > Christos Hatzis, Ph.D. > Nuvera Biosciences, Inc. > 400 West Cummings Park > Suite 5350 > Woburn, MA 01801 > Tel: 781-938-3830 > www.nuverabio.com <http://www.nuverabio.com/> > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >[[alternative HTML version deleted]]
On 5/16/07, Christos Hatzis <christos at nuverabio.com> wrote:> Quite often I save misc functions and data objects as .RData files that I > can use in other sessions. Although I could 'Load Workspace" these files, > most of the times I prefer attaching them. It would be really convenient to > have a menu item under the File menu on the Windows R Console to allow > attaching workspaces, e.g. > > -------------------- > Attach Workspace... > Load Workspace... > Save Workspace... > -------------------- > > Is this something that could make the wish list for future R Console > features?It is possible for you to set it up yourself in your profile for R under Windows. See ?winMenuAdd