It would be great and make our code far less verbose if scenario_best_of would compute the different scenarios alongside comparing them. I'm thinking we could pass in three different lists as arguments:
- a list of the scenario functions we want to call,
- a list with the corresponding data frames to use for each function (this could potentially just be moved into the list of arguments),
- a list with the arguments to pass to each scenario function (this would thus be a list of lists)
And it would then compute everything.
@ElliottMess Thoughts?