Parses all model YAML files and outputs into a tibble that serves as a run log for the project. Future releases will incorporate more diagnostics and parameter estimates, etc. from the runs into this log. Users can also use add_config() or add_summary() to append additional output about the model run.

run_log(.base_dir, .recurse = TRUE)

Arguments

.base_dir

Base directory to look in for models.

.recurse

If TRUE, the default, search recursively in all subdirectories. Passed through to fs::dir_ls() -- If a positive number, the number of levels to recurse.

Value

A tibble of class bbi_run_log_df with information on each model, or an empty tibble if no models are found.

See also