Re: [R] Library control

2012-07-24 Thread David Winsemius
On Jul 21, 2012, at 3:35 PM, R. Michael Weylandt wrote: They are called packages, not libraries. On Jul 21, 2012, at 5:19 PM, darnold wrote: All, 1. Is there a command that tells you what libraries are loaded? Loaded is a fluid idea** in a namespace world, but search() will let you

Re: [R] Library control

2012-07-21 Thread R. Michael Weylandt
They are called packages, not libraries. On Jul 21, 2012, at 5:19 PM, darnold wrote: > All, > > 1. Is there a command that tells you what libraries are loaded? Loaded is a fluid idea** in a namespace world, but search() will let you know what's on the search path (accessible to you) > > 2

[R] Library control

2012-07-21 Thread darnold
All, 1. Is there a command that tells you what libraries are loaded? 2. How do you remove a library that has been loaded? 3. If you have loaded a library that masks previously loaded objects, how can you tell which object is being run? In Matlab, I would run "which f" to determine the location o