Skip to contents

Recursively update local configs using a file glob *.default.yaml.

Usage

.update_configs_recursive(dir, ...)

Arguments

dir

A character scalar: path to directory to recursively search for config files.

...

Passed to update_config().

Examples

if (FALSE) {
.update_configs_recursive("config/single_sample")
}