hasVignetteKeyword          package:DynDoc          R Documentation

_A _f_u_n_c_t_i_o_n _t_o _v_e_r_i_f_y _v_i_g_n_e_t_t_e _m_e_t_a_d_a_t_a

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

     This function will verify if a particular vignette header keyword
     exists or not.

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

     hasVignetteKeyword(vig, kw = "VignetteIndexEntry")

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

     vig: Path to vignette file to check

      kw: Header keyword to check

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

     Will look for the pattern '%\<kw>' in the file.  If it finds this
     pattern, will return TRUE.  Otherwise, will return FALSE.

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

     Jeff Gentry

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

     'vignette'

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

