Description Usage Arguments Value See Also Examples
Generate a .rda regular expression lists.
1 | library_list(path, out = NULL, name = NULL, ...)
|
path |
The path to the regular expression library package. |
out |
The file path to output the .rda file (see
|
name |
The name to assign the list to and to use for the .rda file. If
|
... |
Other arguments passed to internal functions. |
Generates a minimal .rda regular expression library. To load the
.rda file use load
.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.