Given a list of result environments returned by babsimHospital
, extract and summarize resource usage for each day.
If the resource usage fluctuates during the day, the maximum usage is reported.
extractSimulationResults(envs, conf)
List of simulation environments
Configuration for simulation runs in envs
A data.table
with columns
date
Day on which the resource is required.
resource
The resource required.
replication
From which replication the result stems.
count
Number of units of resource
in use.