\HeaderA{getVignette}{A function to handle vignette files}{getVignette}
\keyword{utilities}{getVignette}
\begin{Description}\relax
This function will take a vignette file and return a Vignette object
in R which can be manipulated further.
\end{Description}
\begin{Usage}
\begin{verbatim}
getVignette(vigPath, eval = TRUE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{vigPath}] The file path of the vignette file
\item[\code{eval}] Whether or not to evaluate the code chunks
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This function should still be considered experimental
\end{Details}
\begin{Value}
A valid \code{Vignette} object representing this vignette
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{Vignette-class}{Vignette.Rdash.class}}
\end{SeeAlso}


