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-tp24719077p24719077.html Sent from the R help mailing list archive at Nabble.com.
I wrote simple function to copy data from/to excel using the clipboard. These should also work from one window to the next: # To read from clipboard "fromExcel" <- function() {read.table("clipboard-128", header=TRUE, sep="\t")} "toExcel" <- function(x) {write.table(x, "clipboard-128", sep="\t", row.names=FALSE)} -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Bogaso Sent: Wednesday, July 29, 2009 9:16 AM To: r-help at r-project.org Subject: [R] Transporting data in different R windows 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-tp2471907 7p24719077.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. *************************************************************** This message is for the named person's use only. It may\...{{dropped:20}}
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 <bogaso.christofer@gmail.com> 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? > > Thanks > -- > View this message in context: > http://www.nabble.com/Transporting-data-in-different-R-windows-tp24719077p24719077.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- ---------------------------------------------- My contact information: Tal Galili Phone number: 972-50-3373767 FaceBook: Tal Galili My Blogs: http://www.r-statistics.com/ http://www.talgalili.com http://www.biostatistics.co.il [[alternative HTML version deleted]]
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 tell whether you know the difference between a window and a directory. If you tell us what's different about your "windows" we might be in a position to know what you're trying to do, -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Average minds discuss events (:_~*~_:) Small minds discuss people (_)-(_) ..... Eleanor Roosevelt ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.