View source: R/BuildVignettes.R
BuildVignettes | R Documentation |
Build package vignettes from their source files
using the buildVignettes
function.
Writes the PDF and (or) HTML documents of the package vignettes,
and their executable code files.
BuildVignettes( dir = getwd(), doc = file.path(dir, "inst/doc"), gs_quality = c("ebook", "printer", "screen", "none"), clean = TRUE, quiet = TRUE )
dir |
'character' string. Path to a package's root source directory, by default the working directory. Its subdirectory ‘vignettes’ is searched for vignette source files. |
doc |
'character' string. Path to write the vignette output files, by default ‘inst/doc’ under the working directory. |
gs_quality |
'character' string.
Quality of compacted PDF files, the options are
|
clean |
'logical' flag. Whether to remove all intermediate files generated by the build. |
quiet |
'logical' flag. Whether to suppress most output. |
Invisible NULL
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.