Re: [R] update search path for attached data

2008-07-05 Thread Ulrich Leopold
On Fri, 2008-07-04 at 15:13 +0100, Prof Brian Ripley wrote: On Fri, 4 Jul 2008, Ulrich Leopold wrote: Dear list, is there a way of updating the search path when using attach() for a data set. I am overwriting a variable in a data frame. To update teh search path I do the follwoing

[R] update search path for attached data

2008-07-04 Thread Ulrich Leopold
Is there a way to avoid the numerous detach() and attach() commands? Thanks in advance, Ulrich Leopold __ 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

[R] Error RODBC: Random termination of R

2008-02-15 Thread Ulrich Leopold
random to me and can neither be related to addPK=T/F or fast=T/F. It happens for all possible combinations. Besides I do not really understand what these messages mean. Any idea to what it might be related exactly? Thanks in advance, Ulrich Leopold Session details: sessionInfo() R version 2.6.2

[R] Random termination of R with RODBC and PostgreSQL 8.2.6

2008-02-14 Thread Ulrich Leopold
or fast=T/F. It can happend for all possible combinations. Besides I do not really understand what these messages mean. Any idea to what it is related exactly? Thanks in advance, Ulrich Leopold Session details: library(RODBC) channel = odbcConnect(crtedb, uid = uleopold) channel RODB