Description Usage Arguments Value See Also Examples
Generate a minimal regular expression library (a .rda list and html documentation).
1 2 | library_minimal(path, out = NULL, include.md = TRUE, delete.rmd = TRUE,
...)
|
path |
The path to the regular expression library package. |
out |
The directory to output the documents. |
include.md |
logical. If |
delete.rmd |
logical. If |
... |
Other arguments passed to internal functions. |
Generates a minimal .rda regular expression library and html documentation.
to load the .rda file use load
.
1 2 3 4 5 | ## Not run:
library_minimal(system.file("sample", package = "regextools"),
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.