find_models: Search for model YAML files and read them

View source: R/run-log.R

find_modelsR Documentation

Search for model YAML files and read them

Description

Private helper function that searches from a base directory for any YAML files (excluding bbi.yaml) and attempts to read them to a model object with safe_read_model().

Usage

find_models(.base_dir, .recurse, .include)

Arguments

.base_dir

Directory to search for model YAML files.

.recurse

If TRUE search recursively in subdirectories as well.

.include

A character vector specifying which runs or model tags to include in the run log.


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.