setCachePath             package:R.cache             R Documentation

_S_e_t_s _t_h_e _p_a_t_h _t_o _t_h_e _f_i_l_e _c_a_c_h_e _d_i_r_e_c_t_o_r_y

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

     Sets the path to the file cache directory.

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

     ## Default S3 method:
     setCachePath(dirs=NULL, path=NULL, ...)

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

    dirs: A 'character' 'vector' constituting the path to the cache
          subdirectory of interest.

    path: The path to override the path according to the 'dirs'
          argument.

     ...: Not used.

_D_e_t_a_i_l_s:

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

     Returns nothing.

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

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

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

     'getCachePath'().

