RunModels {hivModelling} | R Documentation |
Executes all the specified models
RunModels(argsList = NULL, executionPlan = future::sequential)
argsList |
List of arguments to be passed to context (one per model
run). Default = |
executionPlan |
Execution plan for the job planner (see package
future). Default = |
list object containing context, data and model objects
RunModels()