Runs every simulation defined in the FSK object. This includes the ones originally included in the FSK container, as well as the ones added using set_new_simulation().
run_all_simulations(
fsk_object,
run_visualization = FALSE,
copy_workspace = FALSE,
workspace_mode = "all",
inject_to_global = FALSE
)A named list with the results of all simulations
Instance of FSK2R
Whether to call the visualization script. FALSE by default.
Whether to copy the simulation workspace to the user's working directory. FALSE by default.
What to copy when copy_workspace=TRUE. Options: "all" (copy everything), "generated" (copy only files created during simulation), "modified" (copy only files modified during simulation). Default is "all".
Whether to inject simulation variables into the user's global environment for seamless model chaining. FALSE by default for backward compatibility.