SweaveOptions-class          package:DynDoc          R Documentation

_C_l_a_s_s "_S_w_e_a_v_e_O_p_t_i_o_n_s", _a _c_l_a_s_s _t_o _h_a_n_d_l_e _o_p_t_i_o_n_s _i_n _S_w_e_a_v_e

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

     A small class designed to hold a set of Sweave options

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("SweaveOptions",
     ...)'.

_S_l_o_t_s:

     '_o_p_t_i_o_n_s': Object of class '"list"' A list of strings representing
          options from a Sweave document.

_M_e_t_h_o_d_s:

     _s_h_o_w 'signature(object = "SweaveOptions")': Outputs the options

     _g_e_t_O_p_t_i_o_n_s 'signature(object = "SweaveOptions")': Retrieves the
          options

     _n_u_m_O_p_t_i_o_n_s 'signature(object = "SweaveOptions")': Returns the
          number of options

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

     Jeff Gentry

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

     'Sweave', 'codeChunk'

