hasVignetteKeyword {DynDoc} | R Documentation |
This function will verify if a particular vignette header keyword exists or not.
hasVignetteKeyword(vig, kw = "VignetteIndexEntry")
vig |
Path to vignette file to check |
kw |
Header keyword to check |
Will look for the pattern %\<kw>
in the file. If it finds
this pattern, will return TRUE. Otherwise, will return FALSE.
Jeff Gentry