library_vignette(path, out = file.path(path, "vignettes"), is.vignette = TRUE, include.html = !is.vignette, include.md = FALSE, theme = "cerulean", iframe = FALSE, quiet = TRUE, ...)
TRUE
an .html rendering of the .Rmd
file is generated.TRUE
a .md rendering of the .Rmd file
is generated.TRUE
the Debuggex
is included as an iframe rather than a link.FALSE
render
does
not print to the console.Generates a .Rmd document and optionally .html/.md versions.
Generate a regular expression library package vignette or Rmd/html/md document.
## <strong>Not run</strong>: # library_vignette(system.file("sample", package = "regextools"), "vignette", # is.vignette = FALSE, include.html=TRUE, document = FALSE, install = FALSE) # ## <strong>End(Not run)</strong>
render