| load_scenario | R Documentation | 
Load scenario (in progress)
load_scenario(
  path,
  name = NULL,
  env = .scen,
  overwrite = FALSE,
  ignore_errors = FALSE,
  verbose = TRUE
)
| path | character. Path to saved with function  | 
| name | character. Name to assign to the loaded scenario object. By default, the name is taken from the loaded scenario object. | 
| env | environment. Environment to assign the loaded scenario object. | 
| overwrite | logical. Overwrite existing scenario object in the environment. | 
| ignore_errors | logical. Ignore load errors and continue execution. This option is useful when some data is missing or corrupted. | 
| verbose | logical. Print messages. | 
TRUE if scenario is loaded, FALSE if not.
## Not run: 
load_scenario("scenarios/base")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.