Re: [R] Transporting data in different R windows

2009-07-30 Thread Uwe Ligges
Patrick Connolly wrote: On Wed, 29-Jul-2009 at 06:15AM -0700, Bogaso wrote: |> |> Hi, |> |> I am working with multiple R-windows opened and would like to |> transport some variables from one to another. Is there any direct |> way to do this without saving them in hard-disk? With so little

Re: [R] Transporting data in different R windows

2009-07-29 Thread Patrick Connolly
On Wed, 29-Jul-2009 at 06:15AM -0700, Bogaso wrote: |> |> Hi, |> |> I am working with multiple R-windows opened and would like to |> transport some variables from one to another. Is there any direct |> way to do this without saving them in hard-disk? With so little information given, I can't t

Re: [R] Transporting data in different R windows

2009-07-29 Thread Tal Galili
In the useR 2009 conference there was a lecture on how to use bigmemory to create and object (a matrix I guess) - and then be able to access it from two R sessions. Consider searching for that :) Tal On Wed, Jul 29, 2009 at 4:15 PM, Bogaso wrote: > > Hi, > > I am working with multiple R-

Re: [R] Transporting data in different R windows

2009-07-29 Thread Bos, Roger
on(x) {write.table(x, "clipboard-128", sep="\t", row.names=FALSE)} -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Bogaso Sent: Wednesday, July 29, 2009 9:16 AM To: r-help@r-project.org Subject: [R] Transporting data

[R] Transporting data in different R windows

2009-07-29 Thread Bogaso
Hi, I am working with multiple R-windows opened and would like to transport some variables from one to another. Is there any direct way to do this without saving them in hard-disk? Thanks -- View this message in context: http://www.nabble.com/Transporting-data-in-different-R-windows-tp24719077