Description Usage Arguments Value See Also Examples
Generate a regular expression library package vignette or Rmd/html/md document.
1 2 3 |
path |
The path to the regular expression library package. |
out |
The directory to output the documents. |
is.vignette |
logical. Is this an actual package vignette or rendered html/md reference document. |
include.html |
logical. If |
include.md |
logical. If |
theme |
A valid Bootstrap theme (see: RStudio Themes). |
iframe |
logical If |
quiet |
logical. If |
... |
Other arguments passed to internal functions. |
Generates a .Rmd document and optionally .html/.md versions.
1 2 3 4 5 | ## Not run:
library_vignette(system.file("sample", package = "regextools"), "vignette",
is.vignette = FALSE, include.html=TRUE, document = FALSE, install = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.