UsingR                package:UsingR                R Documentation

_O_p_e_n_s _b_r_o_w_s_e_r _t_o _U_s_i_n_g_R _w_e_b_p_a_g_e_s

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

     Opens the browser to webpages from the UsingR website.

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

     UsingR(what = c("webpage", "errata", "changes", "exercises"))

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

    what: A character string indicating what page to open. No value
          specified will open the main webpage. Others are "errata" for
          typos and erros, "changes" for changes to the text brought
          about by new changes to R, and "exercises" to go to page
          containing selected answers.

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

     Opens the browser to the web page

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

     John Verzani

_R_e_f_e_r_e_n_c_e_s:

     see <URL: http://www.math.csi.cuny.edu>

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

     See Also'getAnswer'

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

     ## Not run: UsingR()                      # main webpage
     ## Not run: UsingR("err")                 # errata

