hasVignetteKeyword {DynDoc}R Documentation

A function to verify vignette metadata

Description

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

Usage

hasVignetteKeyword(vig, kw = "VignetteIndexEntry")

Arguments

vig Path to vignette file to check
kw Header keyword to check

Details

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

Author(s)

Jeff Gentry

See Also

vignette

Examples






[Package Contents]