readSourceUrlConfig        package:AnnBuilder        R Documentation

_R_e_a_d _a _d_a_t_a _s_o_u_r_c_e _U_R_L _c_o_n_f_i_g _f_i_l_e

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

     Read a data source URL config file, a simple text file with two
     named columns, name and url.

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

     readSourceUrlConfig(file, urlPrefix)

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

    file: path containing names and URLs

urlPrefix: If present, this will be prepended to all URLs parsed in
          'file'

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

     A named list of URLs.

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

     S. Falcon

