| shg_load_config | R Documentation |
Reads the YAML file, applies engine settings with useConfig(), then
restores parameter tables via shg_load_params when the cache is
missing or stale (using smok_params_source, mort_params_source, and
mort_params_type stored in the file).
shg_load_config(shg, path)
shg_use_config_bundle(shg, path)
shg |
An |
path |
Path to a YAML file produced by |
Private GitHub downloads use the GITHUB_PAT environment variable when
needed (same as shg_load_params).
The parsed config list (same object to pass to shg_run /
runSim). Return value is visible so you can assign:
config <- shg_load_config(shg, "my-run.yml").
shg_save_config, shg_run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.