build_qdap_vignette {qdap} | R Documentation |
Replace Temporary Introduction to qdap Vignette
Description
Replaces the temporary (place holder) Introduction to qdap Vignette with the actual vignette.
Usage
build_qdap_vignette(download.html = FALSE)
Arguments
download.html |
logical. If |
Value
Places the (1) HTML, (2) source, & (3) R code for the Introduction to qdap Vignette in the user's ‘R-VERSION/library/qdap/doc’.
Note
The knitr built HTML approach above takes about 4 minutes. The
user may choose the faster approach (< 30 seconds) that downloads the HTML
file directly from the Internet (this is for the latest CRAN release of
qdap). This choice is controlled via the download.html
argument. The function will ask for the user's permission before writing the
documents. Once the user has run this function
browseVignettes(package = 'qdap')
will allow access to the new
vignette files.