Hi all,

I'm having some problems in loading libraries. I wonder if anyone can
help me with this.

I have created two libraries with the same name at different locations.

I want to use both of them, one at a time.

So I do:

library(mylib,lib.loc1)
(....)
detach('package:mylib')

library(mylib,lib.loc2)

The problem is that, after this, the used library is still the one first
loaded.

Isn't detach command enough? 

Thanks in advance,

Rita

-- 
Rita Ribeiro <[EMAIL PROTECTED]>

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to