wget               package:AnnBuilder               R Documentation

_W_r_a_p_p_e_r _f_o_r _s_y_s_t_e_m _w_g_e_t

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

     A convenience wrapper to download/mirror websites.  Relies upon 
     wget being available in PATH as it is called via 'system'.

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

     wget(url, levels, accepts, passive=FALSE)

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

     url: The URL to get

  levels: Recursion depth, see wget man page and the '--level' option

 accepts: character vector.  Gets passed to wget as the value of the
          '--accept' option

 passive: logical.  If 'TRUE', pass the '-passive-ftp' flag to 'wget'

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

     S. Falcon

