Minimal Regular Expression Library

Usage

library_minimal(path, out = NULL, include.md = TRUE, delete.rmd = TRUE, ...)

Arguments

path
The path to the regular expression library package.
out
The directory to output the documents.
include.md
logical. If TRUE a .md rendering of the .Rmd file is generated.
delete.rmd
logical. If TRUE the .Rmd file is removed.
...
Other arguments passed to internal functions.

Minimal Regular Expression Library

Minimal Regular Expression Library

Value

Generates a minimal .rda regular expression library and html documentation. to load the .rda file use load.

Description

Generate a minimal regular expression library (a .rda list and html documentation).

Examples

## <strong>Not run</strong>: # library_minimal(system.file("sample", package = "regextools"), # document = FALSE, install = FALSE) # ## <strong>End(Not run)</strong>

See also

library_list, save, base