Description Usage Arguments Details Value See Also
Lists all files in a given dir
Greps for files with extension as defined/returned by
.SYS_VALID_CONF_EXTENSIONS()
while disregarding extensions as
defined/returned by '.SYS_DISREGARDED_FILE_EXTENSIONS()“
Maps conf_load_from_file()
to those grep results
1 2 3 4 5 | conf_load_from_dir(
dir = getwd(),
regexp_valid_files = SYS_VALID_CONF_EXTENSIONS(as_regexp = TRUE),
regexp_disregarded_files = SYS_DISREGARDED_CONF_FILES(as_regexp = TRUE)
)
|
dir |
[character] |
regexp_valid_files |
[character] |
regexp_disregarded_files |
[character] |
TODO-20191026-2: Write doc for conf_load_from_dir()
[list]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.