getVignette: A function to handle vignette files

Description Usage Arguments Details Value Author(s) See Also

View source: R/vignetteClass.R

Description

This function will take a vignette file and return a Vignette object in R which can be manipulated further.

Usage

1
getVignette(vigPath, eval = TRUE)

Arguments

vigPath

The file path of the vignette file

eval

Whether or not to evaluate the code chunks

Details

This function should still be considered experimental

Value

A valid Vignette object representing this vignette

Author(s)

Jeff Gentry

See Also

Vignette-class


DynDoc documentation built on Nov. 8, 2020, 6:48 p.m.

Related to getVignette in DynDoc...