getVignette              package:DynDoc              R Documentation

_A _f_u_n_c_t_i_o_n _t_o _h_a_n_d_l_e _v_i_g_n_e_t_t_e _f_i_l_e_s

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

     This function will take a vignette file and return a Vignette
     object in R which can be manipulated further.

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

     getVignette(vigPath, eval = TRUE)

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

 vigPath: The file path of the vignette file

    eval: Whether or not to evaluate the code chunks

_D_e_t_a_i_l_s:

     This function should still be considered experimental

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

     A valid 'Vignette' object representing this vignette

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

     Jeff Gentry

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

     'Vignette-class'

