DynDoc-class             package:DynDoc             R Documentation

_A _C_l_a_s_s _F_o_r _D_y_n_a_m_i_c _D_o_c_u_m_e_n_t_s

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

     The DynDoc class is used to represent dynamic documents and
     vignettes in R.

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

     '_i_n_d_e_x_E_n_t_r_y': Object of class '"character"' The IndexEntry value
          from the document file

     '_t_i_t_l_e': Object of class '"character"' The name of the document

     '_p_a_t_h': Object of class '"character"' The path to the locally
          stored file

     '_p_d_f_P_a_t_h': Object of class '"character"' The path to a PDF
          rendition of the document

     '_d_e_p_e_n_d_s': Object of class '"character"' Any package dependencies
          for the document

     '_r_e_q_u_i_r_e_s': Object of class '"character"' Any requires level
          dependencies for the document

     '_s_u_g_g_e_s_t_s': Object of class '"character"' Any suggests level
          dependencies for the document

     '_k_e_y_w_o_r_d_s': Object of class '"character"' Any keywords for the
          document

     '_c_o_d_e_C_h_u_n_k_s': Object of class '"chunkList"' The code chunks
          contained in this document

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

     _s_h_o_w 'signature(object = "DynDoc")': Display information about the
          dynamic document

     _s_u_m_m_a_r_y 'signature(object = "DynDoc")': A more succinct
          informational display

     _c_h_u_n_k_s 'signature(object = "DynDoc")': Returns the code chunks -
          currently in only for historical compatability with old code

     _c_o_d_e_C_h_u_n_k_s 'signature(object = "DynDoc")': Returns the code chunks

     _e_v_a_l_C_h_u_n_k 'signature(object = "DynDoc")': Will evaluate the R code
          contained in a chunk

     _g_e_t_C_h_u_n_k 'signature(object = "DynDoc")': Retrieves a specific code
          chunk

     _g_e_t_D_e_p_e_n_d_s 'signature(object = "DynDoc")': Obtain the Depends slot
          of the object

     _g_e_t_K_e_y_w_o_r_d_s 'signature(object = "DynDoc")': Obtain the keywords
          slot of the object

     _g_e_t_R_e_q_u_i_r_e_s 'signature(object = "DynDoc")': A get method for the
          requires slot of this object

     _g_e_t_S_u_g_g_e_s_t_s 'signature(object = "DynDoc")': Obtain the suggests
          slot of this object

     _i_n_d_e_x_E_n_t_r_y 'signature(object = "DynDoc")': Obtain the indexEntry
          slot of this object

     _n_u_m_C_h_u_n_k_s 'signature(object = "DynDoc")': Returns the number of
          code chunks for this document 

     _p_a_t_h 'signature(object = "DynDoc")': Obtain the path slot of this
          object

     _p_d_f_P_a_t_h 'signature(object = "DynDoc")': Obtain the pdfPath slot of
          this object

     _s_e_t_C_h_u_n_k<- 'signature(object = "DynDoc")': Change the code for one
          of the code chunks.

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

     Jeff Gentry

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

     'Sweave'

