run_log.RdParses 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() to append additional output about the model run.
run_log(.base_dir = get_model_directory(), .recurse = TRUE)
| .base_dir | Directory to search for model YAML files. Only runs with a corresponding YAML will be included. |
|---|---|
| .recurse | If |
A tibble of class bbi_run_log_df with information on each model.