Rebuild manifest for an existing output directory (no re-simulation)
Source:R/load_sets.R
rebuild_manifest.Rd
Reads datasets already written in out_dir
and reconstructs a
manifest.rds
with rich metadata (model, baseline, effects, etc.).
Arguments
- base_recipe
A validated recipe list (use
validate_recipe()
if needed).- vary
Named list used originally in
generate_recipe_sets()
for the grid.- out_dir
Directory that already contains the datasets.
- filename_template
The same template you used when writing files (default
"sc{scenario_id}_r{rep}"
). It may also include tokens for dotted paths fromvary
.