Skip to content

"unload" a library while testing?

4 messages · Eik Vettorazzi, Ista Zahn, Rainer M Krug

#
Hi Rainer,
for better or worse "unlibrary" actually is done by detach in R,
?detach
#first example

cheers

Am 05.10.2011 15:04, schrieb Rainer M Krug:

  
    
#
Hi Rainer,
On Wed, Oct 5, 2011 at 9:04 AM, Rainer M Krug <r.m.krug at gmail.com> wrote:
The function is 'detach(package:<package_to_unlibrary>)', possibly
with the unload option.

Best,
Ista