loadRepDD             package:reposTools             R Documentation

_A _f_u_n_c_t_i_o_n _t_o _r_e_t_r_e_i_v_e _a _r_e_p_o_s_i_t_o_r_y _d_a_t_a _f_r_a_m_e

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

     This function will retrieve teh repository dataframe from a
     specified repository, and return it ot the user.

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

     loadRepDD(repURL, repDD = "repdatadesc.rda")

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

  repURL: The URL of the repository 

   repDD: The filename of the remote file.

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

     Argument 'repDD' should remain the default in almost all cases.

     This function will connect to a specified repository and attempt
     to download any repdatadesc.rda file that is present.  There is
     not necessarily such a file in every repository, as some
     repositories are data-less (only containing links).

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

     A dataframe representing the 'repdatadesc' information for the
     specified repository, or NULL on failure.

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

     Jeff Gentry

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

     'repdatadesc-class','getReposEntry'

_E_x_a_m_p_l_e_s:

        rDf <- loadRepDD("http://www.bioconductor.org/repository/sample/package")

