Rdocumentation
powered by
Learn R Programming
DynDoc (version 1.50.0)
getVignette: A function to handle vignette files
Description
This function will take a vignette file and return a Vignette object in R which can be manipulated further.
Usage
getVignette(vigPath, eval = TRUE)
Arguments
vigPath
The file path of the vignette file
eval
Whether or not to evaluate the code chunks
Value
A valid
Vignette
object representing this vignette
Details
This function should still be considered experimental
See Also
Vignette-class