detachPackage            package:R.utils            R Documentation

_D_e_t_a_c_h_e_s _a _p_a_c_k_a_g_e_s _b_y _n_a_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     Detaches a packages by name, if loaded.

_U_s_a_g_e:

     ## Default S3 method:
     detachPackage(pkgname, ...)

_A_r_g_u_m_e_n_t_s:

 pkgname: A 'character' string of the package name to be detached.

     ...: Not used.

_V_a_l_u_e:

     Returns (invisibly) 'TRUE' if package was detached, otherwise
     'FALSE'.

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

_S_e_e _A_l_s_o:

     'detach'().

