library_minimal: Minimal Regular Expression Library

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
2
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.

Value

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

See Also

library_list, save, base

Examples

1
2
3
4
5
## Not run: 
library_minimal(system.file("sample", package = "regextools"),
    document = FALSE, install = FALSE)

## End(Not run)

trinker/regextools documentation built on May 31, 2019, 9:51 p.m.