Generate Regular Expression .rda

Usage

library_list(path, out = NULL, ...)

Arguments

path
The path to the regular expression library package.
out
The file path to output the .rda file (see save for details on saving).
...
Other arguments passed to internal functions.

Generate Regular Expression .rda

Generate Regular Expression .rda

Value

Generates a minimal .rda regular expression library. To load the .rda file use load.

Description

Generate a .rda regular expression lists.

Examples

## <strong>Not run</strong>: # library_list(system.file("sample", package = "regextools"), # document = FALSE, install = FALSE) # # sample ## sample is a base R function # load("sample.rda") # sample ## sample is now overwritten with the sample regex list # rm(sample) ## remove the list (restore default sample) # ## <strong>End(Not run)</strong>

See also

save, base