library_list(path, out = NULL, ...)
save
for details on saving).Generates a minimal .rda regular expression library. To load the
.rda file use load
.
Generate a .rda regular expression lists.
## <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>