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'