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
dateDay on which the resource is required.
resourceThe resource required.
replicationFrom which replication the result stems.
countNumber of units of resource in use.